@extends('layouts.page', [ 'panel_display' => true, 'panel_menu_active' => ['agency.list'] ]) @include('html.header.select2') @include('html.header.datepicker', ['language' => 'en']) @include('html.header.edm-ajax') @include('html.header.input') @push('css') @endpush @push('head') @endpush @section('ui-content')

{{ strtoupper(Lang::get('agency.word.agency_list')) }}

@include('template.agency.list.list', ['paginate_agency' => $paginate_agency])
@endsection