@if (session()->has('success'))
{{ session()->get('success') }}
@endif
@if (session()->has('update'))
{{ session()->get('update') }}
@endif
| SL. |
Title |
Image |
Description |
Action |
@foreach ($project as $key=>$project)
| {{ ++$key }} |
{{ $project->title }} |
|
{{ Str::limit($project->description,30,"...") }} |
|
@endforeach