@extends('../layout/' . $layout) @section('subhead') Banner @endsection @section('subcontent')

Banners

Add Banner
@if ($totalRecords > 0) @else
noData

No Data Available

@endif @if ($totalRecords > 0) @if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif
@endif @endsection @section('script') @endsection