@extends('frontend.layouts.app') @section('title', 'Subject All') @section('content') @include('frontend.common.header') @push("style") @endpush {{$subject[0]->subject_title}} @forelse ($data as $topic) {{$topic->topic_name}} {!! substr(strip_tags($topic->description),0,150) !!}... View All @empty Result Not Found @endforelse @include('frontend.common.right-side-menu') @push("script") @endpush @endsection
{!! substr(strip_tags($topic->description),0,150) !!}...