@extends('layouts.app') @section('title', 'Section List') @section('content')

Suggested Products Solution

{{-- Alert Messages --}} @include('common.alert')
All Suggested Products Solution
@if(count($spss)>0) @foreach ($spss as $sps) @endforeach @else @endif
ID Title Category Description Actions
{{ $sps->id }} {{ $sps->title }} {{ $sps->spsCategory->sps_category_name }} {!! Str::words(strip_tags($sps->description), 10, ' ...') !!}
There are no data.
{{-- $spss->links() --}} {{ $spss->appends(request()->query())->links() }}
@include('sps.delete-modal') @endsection @push('script') @endpush