@extends('layouts.backend.app') @section('title') {{$title}} @stop @push('css') @endpush @section('content')

{{$title}}

{{-- model end --}}
@foreach($slider as $key=>$slider) {{-- model end --}} @endforeach
SL Slider image Link Action
{{ $key + 1 }} {{ $slider->link }}
@endsection @push('js') @endpush