@extends('layouts.app_superadmin') @section('title', 'Page d\'accueil') @section('content') @if (session('success'))
# | NOM | ADRESSE | TELEPHONE | Horaire | ||
---|---|---|---|---|---|---|
{{ $restaurant->id }} | {{ $restaurant->name }} | {{ $restaurant->address }} | {{ $restaurant->phone_number }} | {{ $restaurant->email }} | De {{ $restaurant->opening_time}} à {{$restaurant->closing_time}} |
|