@extends('backend.layouts.master') @section('title') {{ __('sidebar.banner_title_name') }} @endsection @section('main-content') @include('backend.layouts.notification')
Slider
@if(count($banners)>0) @foreach($banners as $banner) @endforeach
{{ __('sidebar.bann_number') }} {{ __('sidebar.bann_title') }} Description Youtube Link {{ __('sidebar.bann_action') }}
{{$banner->id}} {{$banner->title}} {!!$banner->description!!} {{$banner->link_two}}
{{$banners->links()}} @else
No sliders found!!! Please create slider
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush