@extends("admin/layouts.master") @section('title','Add Country') @section("body") @if ($errors->any())
@endif
@include('admin.message')

{{ __('adminstaticword.Add') }} {{ __('adminstaticword.Country') }}

{{csrf_field()}}
@endsection