@extends('adminlte::page')
@section('title', trans('adminlte::city.title.index'))
@section('content_header')
@lang('adminlte::city.header.index')
@can('add-city')
@endcan
@stop
@section('content')
@include('sweetalert::alert')
@if ($message = Session::get('success'))
@endif
@php $arrStatus = config('aps.status'); @endphp
@lang('adminlte::city.city_name') |
@lang('adminlte::city.city_code') |
@lang('adminlte::regions.region_name') |
@lang('adminlte::city.status') |
@lang('adminlte::city.created_at') |
@lang('adminlte::city.action') |
@stop
@section('js')
@stop