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