@extends('layouts.customer_panel') @section('content')
{!! mb_strlen($value['description']) > 150 ? mb_substr($value['description'], 0, 150) . "..." : $value['description'] !!}