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

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

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

{{ $message }}

@endif

Search

@php $arrStatus = config('aps.status'); @endphp
@lang('adminlte::locations.location_name') @lang('adminlte::locations.location_code') @lang('adminlte::areas.area_name') @lang('adminlte::locations.status') @lang('adminlte::locations.created_at') @lang('adminlte::locations.action')
@stop @section('js') @stop