@extends('layouts.app') @section('content')

Restaurants

@foreach($restaurants as $restaurant)

{{ $restaurant->name }}

{{ $restaurant->street }} {{ $restaurant->postcode }} {{ $restaurant->city }}

Menu
@endforeach
{{ $restaurants->links() }}@endsection