@extends('layouts.masterbeta') @section('title', 'Click ERP - My Daily Reports') @section('breadcrumbs') Daily Reports @endsection @section('content')

My Daily Reports

Submit and track your daily activity and progress.

@forelse($reports as $report) @empty @endforelse
Report Date Content Preview Submitted At Action
{{ \Carbon\Carbon::parse($report->report_date)->format('D, d M Y') }} {{ Str::limit(strip_tags($report->content), 80) }} {{ $report->created_at->format('d M Y, H:i') }}
No reports submitted yet.
@if($reports->hasPages()) @endif
@endsection @push('modals') @endpush @push('scripts') @endpush