@extends('backend.layouts.master') @section('title') {{ __('sidebar.banner_title_name') }} @endsection @section('main-content') @include('backend.layouts.notification')
Sliders
@if(count($banners)>0) @foreach($banners as $banner) @endforeach
{{ __('sidebar.bann_number') }} {{ __('sidebar.bann_title') }} Subtitle Button {{ __('sidebar.bann_photo') }} {{ __('sidebar.bann_status') }} {{ __('sidebar.bann_action') }}
{{$banner->id}} {{$banner->title}} {{$banner->subtitle}} {{$banner->button}} @if($banner->photo) {{ Storage::url($banner->photo) }} @else avatar.png @endif @if($banner->status=='active') {{$banner->status}} @else {{$banner->status}} @endif
@csrf @method('delete')
@else
No banners found!!! Please add banner
@endif
@endsection