@extends('admin.layouts.master') @section('content')

{{ __('Sliders') }}

{{ __('Add Item') }}
@foreach($sliders as $slider) @endforeach
{{ __('SL') }} {{ __('Photo') }} {{ __('Text') }} {{ __('Action') }}
{{ $loop->iteration }} {!! clean(nl2br($slider->text)) !!}
@endsection