@extends('portal.template.layout') @section('content') @if(!empty($datamain->vendordatils)) @php $vendor = $datamain->vendordatils; $bankdata = $datamain->bankdetails; @endphp @endif
@csrf()
is_dinein) checked @endif>
is_delivery) checked @endif>
@foreach($datamain->menu_images as $row)
@endforeach
@if(Auth::user()->activity_id != 6 && Auth::user()->activity_id != 4 && Auth::user()->activity_id != 1)
@endif
Bank Information
Registred Business Address

Allowed Dim 200x200(px)

Allowed Dim 1170x525(px)

@if(Auth::user()->activity_id == 6 || Auth::user()->activity_id == 4 || Auth::user()->activity_id == 1)
@endif
@php $days = Config('global.days'); @endphp @if(Auth::user()->activity_id != 6 && Auth::user()->activity_id != 4 && Auth::user()->activity_id != 1)

Store Timing

@foreach($days as $key => $val) @php $st = $key.'_from'; $ed = $key.'_to'; $timings = $selected_days[$val]??[]; //printr($timings); @endphp @php $style = ''; if(!empty($timings)){ if(empty($timings['from_hours']) || $timings['open_24']==1 ){ $style='none'; } } @endphp @endforeach
 
 
@if(!empty($timings['from_hours'])) @foreach($timings['from_hours'] as $index=>$time_key) @endforeach @else @endif @if(!empty($timings['to_hours'])) @foreach($timings['to_hours'] as $index=> $time_key2) @endforeach @else @endif @php for($i=0;$i< count($timings['from_hours'])-1; $i++){ @endphp @php } @endphp
@endif
@stop @section('script') @stop