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