@extends('admin.layout.app') @section('title', 'Banners') @section('content')
| No. | Url | Image | Created At | Action | |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ asset('storage/' . $banner->url) }} |
@if ($banner->image)
|
{{ $banner->created_at->format('Y-m-d') }} | Edit | |
| No banners found. | |||||