@extends($templatePathAdmin.'layout') @section('main')
@if (!empty($topMenuRight) && count($topMenuRight)) @foreach ($topMenuRight as $item) @endforeach @endif
@if (!empty($topMenuLeft) && count($topMenuLeft)) @foreach ($topMenuLeft as $item) @endforeach @endif
@if (!empty($menuRight) && count($menuRight)) @foreach ($menuRight as $item) @endforeach @endif
@if (!empty($removeList)) @endif @if (!empty($buttonRefresh)) @endif @if (!empty($menuLeft) && count($menuLeft)) @foreach ($menuLeft as $item) @endforeach @endif
@if (!empty($removeList)) @endif @foreach ($listTh as $key => $th) @endforeach @foreach ($dataTr as $keyRow => $tr) @if (!empty($removeList)) @endif @foreach ($tr as $key => $trtd) @endforeach @endforeach
{!! $th !!}
{!! $trtd !!}
{!! $resultItems??'' !!}
@endsection @push('styles') {!! $css ?? '' !!} @endpush @push('scripts') {{-- //Pjax --}} {{-- //End pjax --}} {!! $js ?? '' !!} @endpush