/home/techb158/ileadtechnology.com/resources/views/admin/country
NameSizeModeActions
state/-0755rm
add_country.blade.php21850644editdlrm
edit.blade.php17730644editdlrm
index.blade.php23360644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/admin/country/add_country.blade.php (2185B)
@extends("admin/layouts.master") @section('title','Add Country') @section("body") @if ($errors->any())
@endif
@include('admin.message')

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

{{csrf_field()}}
@endsection