@extends('panel::layouts.app') @section('body-class', '') @section('title', __('panel/menu.regions')) @push('header') @endpush @section('page-title-right') @endsection @section('content')
@if ($regions)
@foreach($regions as $item) @endforeach
{{ __('panel/common.id')}} {{ __('panel/region.name')}} {{ __('panel/region.description')}} {{ __('panel/common.active')}} {{ __('panel/common.actions')}}
{{ $item['id'] }} {{ $item['name'] }} {{ $item['description'] }} @include('panel::shared.list_switch', ['value' => $item->active, 'url' => panel_route('regions.active', $item->id)])
{{ __('panel/common.edit')}}
@csrf @method('DELETE') {{ __('panel/common.delete')}}
{{ $regions->withQueryString()->links('panel::vendor/pagination/bootstrap-4') }} @else @endif
国家/地区 省份
{{ __('panel/common.delete')}}
{{ __('panel/common.add') }}
@endsection @push('footer') @endpush