@php $profile = getUser(); $addArgs = []; $date = request()->open_date; @endphp @extends($_layout.'admin') @section('title', 'Danh sách đã duyệt') @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 ]) !!}
@endsection @section('js') @endsection