@extends($_layout.'admin') @section('title', 'Thông tin Area') @section('header_title', 'Area') @section('content')
{{--
Danh dách
--}}
@include($_template.'filter.simple',[ 'searchable' => [ 'name' => 'Tên' ], 'sortable' => [ 'id' => 'ID', 'name' => 'Tên', 'updated_at' => 'Thời gian Cập nhật' ], ])
Thùng rác
    {{-- @if(count($trashedAreas)) @foreach ($trashedAreas as $item)
  • {{$item->name}}
  • @endforeach @endif --}}
@endsection @section('js') @endsection