@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('css') @endsection @section('content')
@include('commons.notifications')
@if(count($quote_arr) > 0) @foreach($quote_arr as $row) @endforeach @else @endif
Quote Author Quote Date Status #Action
{{ $row->quote }} {{ $row->author }} {{ $row->quote_date }} Edit Delete
No records
{{-- Pagination Links --}}
@endsection @section('javascript') @endsection