@if ($errors->any())
@endif
@php $restaurantType = ""; @endphp
@if($restaurantDetails['google_place_id'] && $restaurantDetails['is_from_api'])
@php $restaurantType = "google"; @endphp
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach