@php
$defaultUo = null;
if(old('uo_id')) {
$defaultUo = json_decode((new \App\Http\Resources\UoResource(\App\Models\Uo::find(old('uo_id'))))->toJson(), true);
}
@endphp
@error('uo_id')
{{ $message }}
@enderror
{!! Util::BT_CustomSwitchWithLabel(__('global.Send Notification Email'), true, 'send_notification_email') !!}