@extends('layouts.app') @section('content')
| # | Name | Address | Website | Created At | Actions | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $restaurant->user->name ?? '-' }} | {{ $restaurant->user->email ?? '-' }} | {{ $restaurant->address ?? '-' }} | {{ $restaurant->website ?? '-' }} | {{ $restaurant->created_at->format('d M Y') }} |
|
No restaurants found!
@endif