@extends('layouts.app') @section('content')
| SN# | Name | Image | Created At | Updated At | Is Active | Actions |
|---|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $banner->name }} |
@if($banner->image)
|
{{ $banner->created_at->format('d M Y h:i A') }} | {{ $banner->updated_at->format('d M Y h:i A') }} |
is_active ? 'checked' : '' }}
type="checkbox" role="switch">
|
|
| No banners found. | ||||||