@if ($regions)
| {{ __('panel/common.id')}} |
{{ __('panel/region.name')}} |
{{ __('panel/region.description')}} |
{{ __('panel/common.active')}} |
{{ __('panel/common.actions')}} |
@foreach($regions as $item)
| {{ $item['id'] }} |
{{ $item['name'] }} |
{{ $item['description'] }} |
@include('panel::shared.list_switch', ['value' => $item->active, 'url' => panel_route('regions.active',
$item->id)])
|
id }})">{{ __('panel/common.edit')}}
|
@endforeach
{{ $regions->withQueryString()->links('panel::vendor/pagination/bootstrap-4') }}
@else
@endif