@extends('layouts.app') @section('title', trans('forms.lbl_leave_type')) @section('content')
{{trans('forms.lbl_add_new')}} {{trans('forms.lbl_delete')}}
{{__('tables.name_title')}} {{__('tables.unpaid_title')}} {{trans("tables.active_title")}} {{trans("forms.deductable")}} {{trans("tables.statistics_title")}} {{__('tables.action_title')}}
@stop @section('panel-content') @include('timetracker::vacationhourtypes.form', ['edit' => false]) @stop @section('footer-script') @stop