@extends('app-new') @push('head-script') @endpush @push('content-header')
@endpush @section('content'){{ trans('master/master.id') }} | {{ trans('master/master.allocation_type') }} | {{ trans('master/master.allocation_to') }} | {{--{{ trans('master/master.created_by') }} | --}}{{ trans('master/master.created_date_and_time') }} | {{ trans('common/common.actions') }} | @if (count($leaveAllocations) > 0) @foreach ($leaveAllocations as $key => $leaveAllocation)|
---|---|---|---|---|---|---|
|
{{ $key + 1 }} | {{ $leaveAllocation->getMorphType() }} | {{ $leaveAllocation->getMorphName() }} | {{--{{ isset($leaveAllocation->createdBy->name) ? $leaveAllocation->createdBy->name : '' }} | --}}{{ $leaveAllocation->created_at ? date('d/m/Y H:i:s', strtotime($leaveAllocation->created_at)) : '' }} |
|