{{ __('Your Progress Daily') }}s
{{--
Add Journal --}}
| No |
Title |
Description |
Date |
File |
Action |
@forelse($progressdaily as $progressdailys)
| {{ $loop->iteration }} |
{{ $progressdailys->title }} |
{{ $progressdailys->description }} |
{{ $progressdailys->date->format('d-m-Y') }} |
{{ $progressdailys->attachment }} |
|
@empty
| No Progress Daily found. |
@endforelse
{{$progressdaily->links()}}