@extends('admin.layouts.app') @section('title', '| Motivational Quotes') @section('quotes', 'active') @section('search_url', route('admin.quotes')) @section('search_text', app('request')->input('search')) @section('show_search_bar', true) @section('content') @session('warning')
Quote | Author | Status | Delivered On | Actions |
---|---|---|---|---|
No quote found | ||||
{{ $quote->quote }} | {{ $quote->author }} | @if ($quote->delivered_on) Delivered @else Pending @endif | {{ $quote->delivered_on ? \Carbon\Carbon::parse($quote->delivered_on)->format('d F Y') : 'Not Delivered' }} | {{-- @if (!$quote->delivered_on) --}} {{-- @endif --}} |