@extends('adminlayout.admin') @section('content')

Login page slider

@php $i=1; @endphp @foreach($sliders as $data) @endforeach
S.no Image Date Action
{{ $i++ }} {{ date_format($data->created_at,"d M, Y") }}
@endsection