@php $city ??= null; $admin ??= null; $adminType = config('country.admin_type', 0); $adminCode = data_get($city, 'subadmin' . $adminType . '_code') ?? data_get($admin, 'code') ?? 0; @endphp {{-- Modal Select Category --}} @section('after_scripts') @parent @endsection