@extends('admin.layout.master') {{-- extra css files --}} @section('css') @endsection {{-- extra css files --}} @section('content')

{{awtTrans('تعديل او اضافة مواقيت العمل')}}

@csrf
{{--
--}} {{-- --}} {{--
--}}
{{-- time ranges will appends here --}} @if($row->timings()->count() > 0) @foreach ($row->timings as $time)
is_closed == 'true' ? "checked" : ''}} class="to_input form-control" >
@endforeach @else
@endif
{{awtTrans(' رجوع ')}}
@endsection @section('js') {{-- submit edit form script --}} {{-- submit edit form script --}} @endsection