| ID | Name | bio | Image | Date | Highlight Status | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->name }} | {{ Illuminate\Support\Str::limit($item->bio, $limit = 100, $end = '...') }} |
@foreach ($item->profile_img as $image)
|
{{ \Carbon\Carbon::parse($item->updated_at)->format('l, M j') }} | {{ $item->highlight_status }} | status ? 'checked' : '' }} > | Edit Delete |