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

{{ __('Sliders') }}

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