@extends('frontend.master') @section('content')
@foreach ($allproducts as $allproductss)

{{$allproductss->title }}

{!! \Illuminate\Support\Str::limit(nl2br($allproductss->description),100)!!}

@endforeach
{{$allproducts->links('pagination::bootstrap-5')}}
@endsection()