@extends('layouts.master') @section('Title') Restaurants @endsection @section('content')

Restaurants

Manage all restaurants

List of Restaurants

@foreach($restaurants as $restaurant) @endforeach
ID Image Restaurant Owner Name Active Action
#{{$restaurant->id}} {{$restaurant->name}} {{$restaurant->uname}} Active
ID Image Restaurant Owner Name Active Action
@endsection @section('scripts') @endsection