{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
@if(isset($restaurants))

Edit Restaurants Page @else

Add Restaurants Page @endif

@if(isset($restaurants))
@method('put') @else @endif @csrf
*:
*:
*:
@if(!isset($appuser)) * @endif:
status) && $restaurants->status == "0") value="0" @else value="1" @endif />
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') @endsection