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

@lang('site.places')

{{ csrf_field() }} {{ method_field('put') }}
@lang('site.edit')
@include('partials._errors')
*
*
{{-- --}}
{{-- --}}
*
@foreach ($categories as $catt) @if ($catt->flag == 'resturant') @if ($place->category_id == $catt->id)
*
@endif {{-- {{dd($catt)}} --}} @endif @if ($catt->flag == 'app_important') @if ($place->category_id == $catt->id)
@endif @endif @endforeach @if ($place->discount == 1)
*
@endif {{-- {{ dd($place) }} --}}
@if (auth()->user()->type == 'admin' && auth()->user()->permissionActive == 1)
@endif {{-- {{ dd($collectionCities)}} --}} {{-- main city --}} @if ($place->main_city != null)
@else @endif {{-- main city --}}
*
{{-- {{dd($collectionCities)}} --}} @if ($place->flag_of_multicities == 1)
@else
@endif

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

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

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

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

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

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

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

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

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

@lang('site.place_tables')

@if (!empty($place_table)) @foreach ($place_table as $service)
*
@endforeach @endif
--}} {{-- dalia code --}} {{-- {{dd($workingHour)}} --}} @if ($workingHour != null)
*
{{-- {{dd($workingHour->Days)}} --}} @if ($workingHour->openingTimeType == 'FAW') {{-- {{dd($workingHour->Days)}} --}}
@else {{-- --}} @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')
@else @endif @if ($workingHour->openingTimeType == 'FAW') @foreach ($workingHour->Days as $itemFAWw) {{-- {{ dd($workingHour->Days) }} --}} @if ($itemFAWw->TimeFrom != null) {{-- {{ dd("dd") }} --}}
@break @endif @endforeach @if ($flag == false)
@endif @endif @else {{-- dalia code --}}
*
{{-- --}} {{-- end dalia code --}} @endif
*
*
@if ($place->images) @foreach (explode(',', $place->images) as $img)
x
@endforeach @endif

@endsection @section('scripts') @endsection