{{-- Extends layout --}} @extends('layout.apidefault') @section('styles') @endsection {{-- Content --}} @section('content')

ছুটির ধরণের তালিকা ( Leave Type list )

{{-- --}} {{-- --}} {{-- --}} @foreach ($leave_type_lists as $list) {{-- --}} {{-- --}} {{-- --}} @endforeach
নাম (Name) TotalMy Remaining BalanceEnd Time পর্যায়ক্রমিক (Period) সর্বোচ্চ সীমা ছারাতে পারবে ( Exceed Maximum Limit ) সমর্থনকারী কাগজপত্র লাগবে (Supporting Documents) সর্বনিম্ন কতদিন হলে সমর্থনকারী কাগজপত্র লাগবে ( Minimum Days for SD) জের টানতে পারবে (Carry Forward) Day interval ( for earned leave )Action
{{ $list->name }} {{ $list->balance }}{{ $list->myleavestatus->total - $list->myleavestatus->used }}{{ \Carbon\Carbon::parse($list->date)->format('F, Y') }}
@if ($list->time_period == 5 && isset($list->time_period_day)) {{ $list->time_period_day }}@endif
exceed_maximum_limit) checked @endif>
supporting_documents) checked @endif>
@if ($list->supporting_documents) {{ $list->minimum_days }} @else - @endif
carry_forward) checked @endif>
@if ($list->time_period == 1) Yearly @endif @if ($list->time_period == 2) Half Yearly @endif @if ($list->time_period == 3) Quarterly @endif @if ($list->time_period == 4) Monthly @endif @if ($list->time_period == 5)After Specific Working day @endif
@endsection {{-- Scripts Section --}} @section('scripts') @endsection