@extends('layouts.admin')
| S.No | Name | Start Date | End Date | Duration | Actions |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ ucwords($value->name) }} | {{ dateformatter($value->start_date) }} | {{ dateformatter($value->end_date) }} | {{ ucwords($value->duration) }} |
--}}
{{--
--}}
@if ($currentDate->between($startDate, $endDate))
Edit
{{-- --}}
@endif
|
| {{ 'No record found' }} |