@extends('layouts.master')
@section('Title')
Restaurants
@endsection
@section('content')
ID |
Image |
Restaurant |
Owner Name |
Active |
Action |
@foreach($restaurants as $restaurant)
#{{$restaurant->id}} |
|
{{$restaurant->name}} |
{{$restaurant->uname}} |
Active
|
|
|
@endforeach
ID |
Image |
Restaurant |
Owner Name |
Active |
Action |
@endsection
@section('scripts')
@endsection