@extends('layouts.app') @section('pageTitle', 'Home') @section('content')

Edit Location

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
is_local_delivery_available==1) {{ 'Checked' }} @endif> Yes is_local_delivery_available==0) {{ 'Checked' }} @endif> No
@endsection