@extends('layouts.app_hr') @section('title', __('hr.vacation_balance_adjustments')) @section('content')
{{ __('hr.employee_name') }} {{ __('hr.adjusted_amount') }} {{ __('hr.adjustment_type') }} {{ __('hr.reason') }} {{ __('hr.adjusted_by') }} {{ __('hr.approved_by') }} {{ __('messages.action') }}
@include('hr.vacation_balance_adjustments.create') @stop @section('javascript') @stop