quotes = Quote::all()->whereNull('deleted_at')->sortDesc(); } }; ?>
{{-- TODO: add logged in user stuff --}} @foreach ($quotes as $quote) @endforeach
Quotes
{{ $quote->quote }}