@extends('admin.layouts.main') UpdateRestaurant @section('content')

Edit Restaurant

@foreach($query1 as $resto) @endforeach
Restaurant Name Associate Screen Disassociate Screen
{{$resto->restaurant_name}},{{$resto->restaurant_location}}
@endsection