@extends('admin.layout.master')
@section('title')
Sliders
@endsection
@section('content')
Id |
Image |
Heading |
Created At |
Edit |
Delete |
@forelse($sliders as $t=>$slider)
{{ $t+1 }} |
 }}) |
{{ $slider->heading }} |
{{ Carbon\Carbon::parse($slider->created_at)->format('d-m-Y') }} |
|
|
{{-- update modal--}}
@empty
@endforelse
@endsection
@section('script')
@endsection