@extends('layouts.main_admin') @section('content')

@lang('site.places')

@lang('site.show')
@include('partials._errors')
*
{{-- --}}
{{-- --}}
*
*
@if ($place->main_city != null)
@endif @if ((auth()->user()->type == "admin") && (auth()->user()->permissionActive == 1))
@endif
*
@if ($place->flag_of_multicities == 1)
@else
@endif

Warning: Undefined variable $place in /home/saeeh/public_html/resources/views/dashboard/places/show.blade.php on line 476

Warning: Attempt to read property "place_table_id" on null in /home/saeeh/public_html/resources/views/dashboard/places/show.blade.php on line 476

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/saeeh/public_html/resources/views/dashboard/places/show.blade.php on line 476

Warning: Undefined variable $place in /home/saeeh/public_html/resources/views/dashboard/places/show.blade.php on line 501

Warning: Attempt to read property "meal_type_id" on null in /home/saeeh/public_html/resources/views/dashboard/places/show.blade.php on line 501

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/saeeh/public_html/resources/views/dashboard/places/show.blade.php on line 501

Warning: Undefined variable $place in /home/saeeh/public_html/resources/views/dashboard/places/show.blade.php on line 525

Warning: Attempt to read property "eat_type_id" on null in /home/saeeh/public_html/resources/views/dashboard/places/show.blade.php on line 525

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/saeeh/public_html/resources/views/dashboard/places/show.blade.php on line 525
{{-- dalia code --}} @if ($workingHour != null)
*
@if ($workingHour->openingTimeType == 'FAW') {{-- {{dd($workingHour->Days)}} --}}
@endif @if ($workingHour->openingTimeType == 'DAW')
@foreach ($workingHour->Days as $key => $item) @foreach ($item as $k => $i) @if ($k == 'Saturday') @elseif ($k == 'Sunday') @elseif ($k == 'Monday') @elseif ($k == 'Tuesday') @elseif ($k == 'Wednesday') @elseif ($k == 'Thursday') @elseif ($k == 'Friday') @endif @endforeach @endforeach
@lang('site.day') @lang('site.const_from') @lang('site.const_to')
@lang('site.Saturday')
@lang('site.Sunday')
@lang('site.Monday')
@lang('site.Tuesday')
@lang('site.Wednesday')
@lang('site.Thursday')
@lang('site.Friday')
@endif @if ($workingHour->openingTimeType == 'FAW') @foreach ($workingHour->Days as $itemFAWw) {{-- {{ dd($workingHour->Days) }} --}} @if ($itemFAWw->TimeFrom != null) {{-- {{ dd("dd") }} --}}
@break @endif @endforeach @endif {{-- end dalia code --}} @else {{-- dalia code --}}
*
{{-- end dalia code --}} @endif
@if ($place->images) @foreach (explode(',', $place->images) as $img)
@endforeach @endif

@endsection @section('scripts') @endsection