@props([
'name',
'label' => "",
'maxNumber' => null,
'minNumber' => null,
'required' => true,
'day_of_week' => dayOfWeek()
])
@if($label)
{{$label}}
@endif
@foreach($day_of_week as $day)
{{$day}}
@endforeach
@foreach($day_of_week as $day_en => $day_jp)
@endforeach