@extends("admin.template.layout") @section('content')
# | Banner Title | Status Text | Image | Created Date | Action |
---|---|---|---|---|---|
{{ $key + 1 }} | {{ $webbanner->name }} | {{ $webbanner->status == 1 ? 'Active' : 'Inactive' }} |
![]() |
{{ $webbanner->created_at->format('d M Y') }} | Edit |