@extends('theme.new.master') @section('title') {{ $blog->heading }} @endsection @section('content')

{!! str_limit($blog->detail, $limit = 5800, $end = '...') !!}

@endsection