@extends('admin.layouts.app')
@section('content')
| # |
Title (EN) |
Title (AR) |
Status |
Actions |
@if (count($sliders) > 0)
@foreach ($sliders as $index => $slider)
| {{ $index + 1 }} |
{{ $slider->title_en }} |
{{ $slider->title_ar }} |
@if ($slider->status == 1)
Active
@else
Dective
@endif
|
Edit
|
@endforeach
@else
| Records Not Found |
@endif
@endsection