@extends('admin.layout') @section('main')
{!! $menu_search??'' !!}
{!! $menu_right??'' !!}
{!! $menu_left??'' !!} {!! $menu_sort??'' !!}
@foreach ($listTh as $key => $th) @endforeach @foreach ($dataTr as $keyRow => $tr) @foreach ($tr as $key => $trtd) @endforeach @endforeach
{!! $th !!}
{!! $trtd !!}
@endsection @push('styles') @endpush @push('scripts') {{-- //Pjax --}} {{-- //End pjax --}} @endpush