Manage

/ Restaurants
@if (count($errors) > 0) {{ $errors }} @endif
@foreach ($restaurants as $restaurant)
{{ $restaurant->name }}

{{ $restaurant->address }}

View
@endforeach
@include('modals.create-restaurant')