@extends('layouts.admin') @section('title', 'Banner Management') @section('content')
@foreach($banners as $banner) @endforeach
Image Name Title Description Actions
banner
{{ $banner->name }}
{{ $banner->title ?? 'N/A' }} {{ $banner->short_description ?? 'N/A' }}
@csrf @method('DELETE')
@push('styles') @endpush @push('scripts') @endpush @endsection