@extends('layouts.app') @section('title', 'Leave Types') @section('breadcrumbs')
@endsection @section('content')Configure global leave type templates for all companies
| Color | Name | Code | Days/Year | Paid | Carry Forward | Requires Doc | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $type->name }} | {{ $type->code }} | {{ $type->days_per_year }} | @if($type->is_paid) Paid @else Unpaid @endif | @if($type->is_carry_forward) Yes (max {{ $type->max_carry_forward_days }}d) @else No @endif | @if($type->requires_document) After {{ $type->document_required_after_days }}d @else No @endif | @if($type->is_active) Active @else Inactive @endif |