@include('admin.layouts.master')

Page Sliders

Create Page Slider
Page Sliders
{{--

Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable

--}} @foreach ($pagesliders as $pageslider) @endforeach
S.No Title Url Banner Status Created At Actions
{{ $loop->iteration }} {{ $pageslider->title }} {{ $pageslider->url }} {{ $pageslider->status == 1 ? 'Active' : 'Suspended' }} {{ \Carbon\Carbon::parse($pageslider->created_at)->format('d-m-Y h:i A') }}
Edit @csrf @method('DELETE')