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

{{$title}}

{{--
--}} {{-- model end --}}
@foreach($banners as $key=>$banner) {{-- model end --}} @endforeach
SL Banner image Link Position Serial Action
{{ $key + 1 }} {{ $banner->link }} {{ $banner->position }} {{ $banner->serial }} {{-- --}}
@endsection @push('js') @endpush