@extends('layouts.app') @section('content')

@if($page=='en') English @elseif($page=='ar') Arabic @endif Marquee Slider|Marquee Slider

@include('flash::message') @if(count($errors) > 0) @foreach($errors->all() as $error) @endforeach @endif
Add
@if(count($marquee_slider)>0) @foreach ($marquee_slider as $key=>$marquee) @endforeach @else @endif
ID Slider Content Status Action
{{ ++$key }} {{ $marquee->slider_content }} @if($marquee->status=="1") Active @else InActive @endif
No record found!
{{$marquee_slider->appends($_GET)->links()}}
@endsection