@extends('layouts.admin') @section('page-title', 'Hero Quotations') @section('content')
| # | Title | Image | Meta Title | Meta Keywords | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $quotation->title }} |
@if($quotation->image_url)
|
{{ $quotation->meta_title ?? '-' }} | {{ $quotation->meta_keywords ?? '-' }} | Edit |
| No hero quotations found. | |||||