{{-- Old Code Star --}} {{-- @extends('layouts.master') @section('content')
@if(isset($item['caption'])) @php $caption = $item['caption']; @endphp @if(strlen($caption) > 100) {{ substr($caption, 0, 100) . '...' }} @else {{ $caption }} @endif @endif
@if(isset($item['caption'])) @php $caption = $item['caption']; @endphp @if(strlen($caption) > 100) {{ substr($caption, 0, 100) . '...' }} @else {{ $caption }} @endif @endif