@forelse ($tasks as $task)

{{ strlen($task['task_name']) > 25 ? substr($task['task_name'], 0, 22) . '...' : $task['task_name'] }}

Start: {{ \Carbon\Carbon::parse($task['start_date'])->format('m/d/y') }}-End : @if (!empty($task['deadline_date'])){{ \Carbon\Carbon::parse($task['deadline_date'])->format('m/d/y') }} @else --- @endif

@empty

Task Not Found

@endforelse

@forelse ($contact['files'] as $file)
{{ substr(explode('_', $file['file_name'])[1] ?? "" ,0,12 ) }} {{ substr(explode('_', $file['file_name'])[2] ?? "",0,8) }} {{ substr(explode('_', $file['file_name'])[3] ?? "" ,0,2) }}
@empty

No files available.

@endforelse

Coming Soon

Coming Soon

Coming Soon

{{--
Would be willing to write you a review
Jan 20th 2024
Bruno Nescients
--}}
@push('js') @endpush