@extends('backend.layouts.master') @section('title','E-SHOP || Banner Page') @section('main-content')
@include('backend.layouts.notification')
Banners List
Add Banner
@if(count($banners)>0) @foreach($banners as $banner) {{-- Delete Modal --}} {{-- --}} @endforeach {{$banners->links()}} @else
No banners found!!! Please create banner
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush