@extends('admin.layout.master') @section('title') Banners @endsection @section('content')
Banners
@forelse($banners as $t=>$banner) {{-- update modal--}} @empty @endforelse
Id Image Name Created At Edit Delete
{{ $t+1 }} @if(!empty($banner->image)) @else -- @endif {{ $banner->heading }} {{ Carbon\Carbon::parse($banner->created_at)->format('d-m-Y') }}
@endsection @section('script') @endsection