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

ছুটির ব্যবহার(Leave Uses)

@foreach($allstatus as $status) @endforeach
বছর (Year) নাম (Name) নাম্বার (Contact) ধরন (Type) মোট পরিমাণ (Total balance) ব্যবহারের পরিমাণ (Used) অব্যবহৃত(Remaining) পদবী (Rank) NID
Y-{{ date('Y', strtotime($status->date))}} {{ $status->employee->name}} {{ $status->employee->sms_number}} {{ $status->leavetype->name}} {{ $status->total}} {{ $status->used}} {{ $status->total - $status->used}} {{ $status->employee->rank}} {{ $status->employee->nid}}
@endsection {{-- Scripts Section --}} @section('scripts') @endsection