{!! html()->form('PUT', route('accounting.bonuses.update', ['id' => $bonus->id]))->id('bonus_form')->open() !!}

{{ __('exam.edit_exam') }}

@if (auth()->user()->hasRole('Super Admin'))
{!! html()->label(__('common.business_id') . ':', 'business_id') !!} {!! html()->select('business_id', $business_list)->class('form-control')->id('business_id')->required()->value(old('business_id', $bonus->business_id)) !!}
@endif
bonus_type == '1') checked @endif />
bonus_type == '2') checked @endif />
bonus_for == '1') checked @endif />
bonus_for == '2') checked @endif />
{!! html()->form()->close() !!}