@extends('layouts.admin') @section('title', $Title ) @section('content')
@if($message = Session::get('errormsg')) @endif @if($message = Session::get('msg')) @endif
@php $number = ($BannerList->currentpage()-1)* $BannerList->perpage() + 1;@endphp @forelse($BannerList as $key => $list) @empty @endforelse
# Title Image Img Title Img Alt Short Description Action
{{ $number }} {{ substr(strip_tags($list->title), 0, 40) }}... @if(!empty($list->image))@else @endif {{ substr(strip_tags($list->img_title), 0, 30) }}... {{ substr(strip_tags($list->img_alt), 0, 30) }}... {{ substr(strip_tags($list->short_description), 0, 30) }}.....
@csrf @method('delete')
No Data Found
# Title Image Img Title Img Alt Short Description Action
Showing {{ $BannerList->firstItem() }} to {{ $BannerList->lastItem() }} of total {{$BannerList->total()}} entries
{{ $BannerList->links() }}
@endsection