{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

List of Website Banner

@foreach($banners as $banner) @endforeach
# Banner Image Banner Title Banner Description Action
- Image Banner {{ $banner['banner_title'] }} {{ $banner['banner_description'] }}
@csrf {{ method_field('DELETE') }}
{{-- --}} {{-- --}} @endsection