@extends('admin.layouts.master') @section('title', 'Add Country - Admin') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Add Country') }} @endslot @slot('menu1') {{ __('Country') }} @endslot @slot('menu2') {{ __('Add Country') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('adminstaticword.Add') }} {{ __('adminstaticword.Country') }}
{{csrf_field()}}
@endsection