|
|
@endusercan
{{ __('SL') }}. | {{ __('Name') }} | @if (auth()->user()->accessToMultiBranch()){{ __('Branch') }} | @endif{{ __('Start Date') }} | {{ __('End Date') }} | {{ __('Description') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|
| @endusercan | {{ ($holidays->currentPage() - 1) * $holidays->perPage() + $loop->iteration }} | {{ $holiday->name }} | @if (auth()->user()->accessToMultiBranch()){{ $holiday->branch->name ?? '' }} | @endif{{ formatted_date($holiday->start_date) }} | {{ formatted_date($holiday->end_date) }} | {{ Str::limit($holiday->description, 20, '...') }} |
|