@extends('admin.layouts.master') @section('title', 'Edit Country') @section('maincontent') ?> @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit Country') }}
{{csrf_field()}} {{ method_field('PUT') }}
@endsection