@php $profile = getUser(); $addArgs = []; $routeArgs = []; if($area){ $addArgs['area_id'] = $area->id; $routeArgs['area'] = $area->slug; } $addArgs['open_date'] = ($od = request()->open_date)?$od:date('Y-m-d'); @endphp @extends($_layout.'admin') @section('title', 'Kết quả Lotto') {{-- @section('header_title', 'Kết quả xổ số') --}} @section('show_sidebar', 1) @section('content')
Kết quả lotto {{$area?$area->name:''}}
@include($_current.'filter',[ 'sortable' => [ 'area_name' => 'Khu vực', 'type_name' => 'Loại cược', 'open_date' => 'Ngày mở thưởng' ], ])
@endsection @section('js') {{-- --}} @endsection