@extends('admin.layouts.master') @section('title','Slider Page') @section('content')
Add New

Table

@foreach($sliders as $slider) @endforeach {{$sliders->appends($_GET)->links()}}
# Created At English Title Arabic Title Action
{{$loop->iteration}} {{$slider->created_at->format('Y-m-d')}} {{$slider->title_en}} {{$slider->title_ar}}
@endsection