لائحة المطاعم
@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
@if (session('status'))
{{ session('status') }}
@endif