@extends('admin.layouts.main') Edit Restaurant @section('content')

Restaurant Details

@for($i=0;$i @endfor
Restaurant Name Assigned Screen Actions
{{$restaurant_data[$i]['restaurant_name']}},{{$restaurant_data[$i]['restaurant_location']}} @for($j=0;$jNo screen assigned";} @endphp {{$restaurant_data[$i]['screen_name'][$j]}} @php echo "
" ; @endphp @endfor
@php $id=$restaurant_data[$i]['restaurant_id']; @endphp Edit Delete
@endsection