/home/techb158/ileadtechnology.com/resources/views/admin/country/state
NameSizeModeActions
city/-0755rm
add.blade.php21210644editdlrm
index.blade.php46720644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/admin/country/state/index.blade.php (4672B)
@extends("admin/layouts.master") @section('title','All States') @section("body") @if($errors->any())
@endif
@include('admin.message')
@foreach ($states as $state) @endforeach
# {{ __('adminstaticword.State') }} {{ __('adminstaticword.Country') }} {{ __('adminstaticword.Delete') }}
{{ $state->name }} {{ $state->country->nicename }}
{{ csrf_field() }} {{ method_field('DELETE') }}
@endsection