@extends('admin.layout.master') @section('css') @endsection @section('content')
{{awtTrans('صورة الغلاف ')}}
@if($row->days)
{{-- time ranges will appends here --}} @foreach (json_decode($row->days) as $time)
is_closed) ? ($time->is_closed == true ? "checked" : '') : ''}} value="true" class="to_input form-control" required data-validation-required-message="{{awtTrans('هذا الحقل مطلوب')}}" >
@endforeach
@endif
@endsection @section('js') @endsection