@extends('layouts.admin') @section('title', $Title ) @section('content')
@if($message = Session::get('errormsg')) @endif @if($message = Session::get('msg')) @endif
@php $number = ($ServiceList->currentpage()-1)* $ServiceList->perpage() + 1;@endphp @forelse($ServiceList 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 {{ $ServiceList->firstItem() }} to {{ $ServiceList->lastItem() }} of total {{$ServiceList->total()}} entries
{{ $ServiceList->links() }}
@endsection