@extends('layouts.master') @section('title') {{ __('leave') . ' ' . __('details') }} @endsection @section('content')

{{ __('list') }} {{ __('leave') }} {{ __('details') }}

@if ($users)
@endif
{{ __('no.') }} {{ __('month') }} {{ __('allocated') }} {{ __('used') }} {{ __('remaining') }}
{{ __('CL') }} ({{ __('casual_leave') }}) {{ __('LWP') }} ({{ __('leave_without_pay') }}) {{ __('total') }} {{ __('CL') }} {{ __('total') }}
@endsection @section('script') @endsection