Manage {{ $data['title'] ?? '' }}
@if (Auth::user()->can('admin.region.create'))
Add New
@endif
| SL | Country Name | Region Name | Action |
|---|---|---|---|
| SL | Country Name | Region Name | Action |
| {{ $key + 1 }} | {{ $row->country->name ?? '' }} | {{ $row->name }} |
|