@extends('frontend::layouts.master') @section('title') {{ $data['name'] ?? '' }} @endsection @section('content')
{!! Str::limit(strip_tags($data['description']), 300) !!} @if(strlen(strip_tags($data['description'])) > 300) {{ __('messages.read_more') }} @endif