@extends('admin.admin') @section('content')
Create New

Banner List

@foreach ($banners as $sl => $banner) @endforeach
SL Heading Title Link Image Action
{{ $sl + 1 }} {{ $banner->heading }} {{ $banner->title }} {{ $banner->link ?? 'NA' }}
@endsection