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

Edit Restaurant

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@if($restaurant['file'])
image
@else

No logo uploaded

@endif
Back to Restaurants
@endsection