Hall Of Fame Create
@include('layouts.admin.alerts')
@if (count($halloffame)>0)
@else
No halloffame Added Yet
@endif
| # | Name | Title | Date | Description | Intro | CoverImage | CoverImage1 | CoverImage2 | CoverImage3 | Action | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $no++ }} | {{ $item->name }} | {{ $item->title }} | {{ date('d-m-Y', strtotime($item->date)) }} | {!! \Illuminate\Support\Str::limit($item->description, 150, $end='...') !!} | {!! \Illuminate\Support\Str::limit($item->intro, 150, $end='...') !!} |
@if($item->coverImage1 !=="text")
|
@if($item->coverImage2 !=="text")
|
@if($item->coverImage3 !=="text")
| Edit | ||