@extends('layouts.admin.main') @section('title','Banner') @section('style') @endsection @section('rightbar-content')
All Banners
@if(!empty($banner)) @foreach($banner as $key => $v) @endforeach @endif
S.No Banner Image Created At
{{ $key + 1 }} {{ $v->created_at }}
@endsection @section('script') @endsection