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