Edit Location: {{ $location->name }}
Back
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
Location Name
Parent Location (Region)
None (Top Level Region)
@foreach($parents as $parent)
parent_id == $parent->id ? 'selected' : '' }}> {{ $parent->name }}
@endforeach
Slug
Update Location