All Projects
@if(!empty($errors->all()))
@endif
@if (session('message'))
@endif
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endforeach
{{ session('message') }}
Project id | Name | Created at | Actions |
---|---|---|---|
{{ $project->id }} | {{ $project->name }} | {{ !empty($project->created_at) ? date_format($project->created_at,"Y/m/d") : null }} | View |
No record found |
{{ $projects->links() }}
@livewire('stat-graph', ['model' => 'Project', 'table' => 'projects'])