@extends('admin.layout.master') @section('css') @endsection @section('content')
@if ($row->store_id == null)

{{awtTrans(' عرض بيانات متجر ') .' '. $row->name }}

@else

{{awtTrans(' عرض بيانات متجر ') .' '. $row->name .' '. awtTrans(' تابع لمتجر ') . $row->parent->name }}

@endif
{{awtTrans('صورة الغلاف ')}}
@if($row->has_contract == 'true')
@endif
@if($row->has_contract == 'true')
@endif

{{awtTrans('بيانات مدير النظام')}}

@if($row->user->approve != 'pending')
@endif
@if($row->timings()->count() > 0 && $row->user->approve == 'pending')
{{-- time ranges will appends here --}} @foreach ($row->timings()->get() as $time)
is_closed == true ? "checked" : ''}} class="to_input form-control" required data-validation-required-message="{{awtTrans('هذا الحقل مطلوب')}}" >
@endforeach
@endif
@endsection @section('js') @endsection