@php $profile = getUser(); $model = isset($crawler) && $crawler ? $crawler : crazy_arr(); $txt = $model->id?'Cập nhật':'Thêm'; $order = [0 => 'Giải đặc biệt', 1 => "Giải nhất", 2 => 'Giải nhì']+get_number_options(3, 8); @endphp @extends($_layout.'admin') @section('title', 'Thông Kết quả xổ số') @section('header_title', 'Kết quả xổ số') @section('content')
{{$txt}} Trình crawler
@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' => get_area_options([]) ]) !!}
{{$area_id?$area_id:"Không được bỏ trống"}}
{{$url?$url:"Không được bỏ trống"}}
{{-- @foreach ($order as $n => $label)
{{$selectors?$selectors:"Không được bỏ trống"}}
@endforeach --}}
@endsection