{!! Form::open(['url' => route('vacation-balance-adjustments.store'), 'method' => 'post', 'id' => 'add_adjustment_form']) !!}
{{ __('hr.add_adjustment') }}
{!! Form::close() !!}