@extends('common.dashboard') @section('title','Gallery') @section('content')
@if(strlen($row->description)>50) {{substr($row->description, 0, 50)}} ... @else {{$row->description}} @endif