@php $profile = getUser(); $model = isset($lotto) && $lotto ? $lotto : crazy_arr(); $txt = $model->id?'Cập nhật':'Thêm'; @endphp @extends($_layout.'admin') @section('title', 'Kết quả lotto') @section('header_title', 'Kết quả lotto') @section('content')
{{$txt}} Kết quả lotto
@csrf
{!! html_input([ 'type' => 'select', 'name' => 'area_id', 'id' => 'area_id', 'class' => 'form-control ' . (($area_id = $errors->first('area_id'))?'is-invalid':''), 'value' => old('area_id', $model->area_id), 'data' => $areaOptions ]) !!}
{{$area_id?$area_id:"Không được bỏ trống"}}
{!! html_input([ 'type' => 'select', 'name' => 'betting_type_id', 'id' => 'betting_type_id', 'class' => 'form-control ' . (($betting_type_id = $errors->first('betting_type_id'))?'is-invalid':''), 'value' => old('betting_type_id', $model->betting_type_id?$model->betting_type_id:"all"), 'data' => $typeOptions ]) !!}
{{$betting_type_id?$betting_type_id:"Không được bỏ trống"}}
{{$open_date?$open_date:"Không được bỏ trống"}}
{{$numbers?$numbers:"Không được bỏ trống"}}
Chú thích: Các kết quả ngăn cách nhau bằng dấu chấm phẩy (;)
@endsection @section('js') @endsection