@extends('layouts.admin') @section('title', 'Manage Recommendations') @section('header_title', 'Recommendations & Notices') @section('content')
| ID | Image | Name | Subheading / Label | Content Snippet | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $recom->recomId }} |
@if($recom->recomImage)
|
{{ $recom->recomName }} | {{ $recom->recomDesig }} | {{ Str::limit(strip_tags($recom->recomContent), 60) }} | @if($recom->recomActive) Active @else Inactive @endif | Edit |
| No recommendation notices found. | ||||||