@extends('index') @section('content')

{{ $title }}

@include('layouts.flashmessages') @php $bannerCount = \App\Models\Banner::count(); @endphp @if($bannerCount < 3) Add Banner @else @endif
{{-- DataTable will populate rows --}}
Sl. No Banner Action
@endsection @section('contentjs') @endsection