@extends('layouts.master') @section('Title') Dashboard |Restaurant @endsection @section('content')

Restaurant Owners

Manage all restaurant Owners

List of Restaurant Owners

@foreach($owners as $owner) @endforeach
Name Email Phone Joined Status Action
{{$owner->name}} {{$owner->email}} {{$owner->phone}} {{$owner->created_at}}
Name Email Phone Joined Verification Status Action
@endsection @section('scripts') @endsection