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

{{trans('lang.requested_restaurants_plural')}}|{{trans('lang.requested_restaurants_desc')}}

@include('flash::message')
@include('restaurants.table')
@endsection