@extends('layouts.adminapp') @section('title') {{ __('lng.EmployeeLeave') }} - {{ __('lng.SetSalary') }} @endsection @section('active_payroll', 'active') @section('open_payroll', 'open') @section('active_set_salary', 'active') @section('content')
{{__('lng.SiNo')}} | {{__('lng.Date')}} | {{__('lng.Period')}} | {{__('lng.Description')}} | {{__('lng.Action')}} |
---|---|---|---|---|
{{++$si}} | @php $DTs = date("d-m-Y",strtotime($EmployeeLeave->date)); @endphp{{$DTs}} | {{$EmployeeLeave->day}} | {{$EmployeeLeave->narration}} |
|
{{ __('lng.Showing') }} {{ $EmployeeLeaves->count() }} {{ __('lng.Items') }}