@extends('layouts.admin') @section('title', 'All Banner') @section('page-header')

Banner List

@endsection {{-- main content --}} @section('content')
Add New Banner

Banner List

@forelse ($banners as $banner) @empty @endforelse
SL Banner Title Sub Title Action
{{ $loop->iteration }} banner image {{ $banner->title }} {{ $banner->sub_title }}
No Data Found!
{{-- delete form --}}
@csrf @method('DELETE')
@endsection {{-- extra css --}} @push('css') @endpush {{-- extra js --}} @push('js') @endpush