@php
$selectedDalamKota = old(
'is_dalam_kota',
isset($branch->is_dalam_kota) ? $branch->is_dalam_kota : '',
);
@endphp
@error('is_dalam_kota')
{{ $message }}
@enderror
@error('parent_id')
{{ $message }}
@enderror
@if (isset($branch->id))
@can('basic-data.update')
@endcan
@else
@can('basic-data.create')
@endcan
@endif