Quote of the Day

"{{ $quote->quote_text }}"

@if($quote->author)
— {{ $quote->author }}
@endif @if($quote->description)
{!! $quote->description !!}
@endif