@extends('adminlte::page') @section('title', trans('adminlte::regions.title.index')) @section('content_header')

@lang('adminlte::regions.header.index')

@can('add-regions') @endcan
@stop @section('content') @include('sweetalert::alert')
@if ($message = Session::get('success'))

{{ $message }}

@endif

Search

@php $arrStatus = config('aps.status'); @endphp
@lang('adminlte::regions.region_name') @lang('adminlte::regions.region_code') @lang('adminlte::regions.status') @lang('adminlte::regions.created_at') @lang('adminlte::regions.action')
@stop @section('js') @stop