@extends('frontend.master') @section('content') All Products Home All Products @foreach ($allproducts as $allproductss) {{$allproductss->title }} {!! \Illuminate\Support\Str::limit(nl2br($allproductss->description),100)!!} Product Details @endforeach {{$allproducts->links('pagination::bootstrap-5')}} @endsection()
{!! \Illuminate\Support\Str::limit(nl2br($allproductss->description),100)!!}