@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'sub_locations']) @include('partials.dashboard.header')
Buat Sub Lokus Baru

Masukkan informasi yang diperlukan untuk membuat sub lokus.

@csrf
@error('name') {{$message}} @enderror
@if ($fromLocation) @else @endif
@error('location_id') {{$message}} @enderror
@error('status') {{$message}} @enderror
@error('description') {{$message}} @enderror

Kembali
@include('partials.dashboard.footer', ['rich_editor' => true])