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