@php $profile = getUser(); $addArgs = []; $date = request()->open_date; @endphp @extends($_layout.'admin') @section('title', 'Kết quả Lotto') {{-- @section('header_title', 'Kết quả xổ số') --}} @section('show_sidebar', 1) @section('content')
{!! html_input([ 'type' => 'select', 'name' => 'area_id', 'id' => 'area-id-input', 'class' => 'form-control', 'data' => $areaOptions ]) !!}
{!! html_input([ 'type' => 'select', 'name' => 'type_id', 'id' => 'type-id-input', 'class' => 'form-control', 'data' => $typeOptions ]) !!}
{{--

Chuyển bảng

--}}
{{-- --}}
{{-- {{$lottos->links($_template.'pagination')}} --}}
@endsection @section('js') @endsection