@extends('layouts.master', ['title' => 'Leave Policies']) @section('contents')
| Sr No. | Period Type | Duration Period | Leave Carry Forward | Leave Per Month | Paid Leave | Casual Leave | Action |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $policy->period }} | {{ $policy->duration }} | {{ $policy->leave_carry_forward }} | {{ $policy->per_month_leave }} | {{ $policy->paid_leave }} | {{ $policy->casual_leave }} | @if ($policy->status == '1') @endif @if ($policy->status == '0') @endif |
| No Record Found | |||||||