@extends('frontend.front_master') @section('title') Course Page @endsection @section('content') আমদের কোর্স সমূহ @foreach ($courses as $row) {{$row->title}} {!!Str::limit($row->description,150)!!} বিস্তারিত পড়ুন @endforeach {{ $courses->links()}} @endsection
{!!Str::limit($row->description,150)!!}