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

Table

@foreach($subjects as $subject) @endforeach {{$subjects->appends($_GET)->links()}}
# Created At English Name Arabic Name Action
{{$loop->iteration}} {{$subject->created_at->format('Y-m-d')}} {{$subject->name_en}} {{$subject->name_ar}}
@endsection