@extends('Dashboard.layouts.app') @section('search') @endsection @section('category_create','active') @section('main_content')

Banner List

@forelse($banners as $key=>$banner) @empty @endforelse
ID Photo Action Created At Updated At
{{ ($banners->currentPage() - 1) * $banners->perPage() + $key + 1 }} @include('Dashboard.Banner.edit')
@csrf @method("DELETE")
{{ $banner->created_at->diffForHumans() }} {{ $banner->updated_at->diffForHumans() }}
{{ $banners->appends(request()->all())->links() }}
@endsection @section('script') @endsection