@extends('dashboard.layouts.layouts') @section('title') sliders @endsection @section('content')

slider All Sliders

@if(session()->has('created')) @endif @if(session()->has('updated')) @endif @if(session()->has('deleted')) @endif
@foreach($sliders as $slider ) @endforeach
Id Image Title Created by Created at Updated at Action
{{$slider->id}} {{$slider->image->alt}} {{$slider->slider_en->title}} {{$slider->user->name}} {{$slider->created_at->format('D M Y')}} {{$slider->updated_at->format('D M Y')}}
@foreach($sliders as $slider ) @endforeach
@endsection('content')