@extends('admin.layout') @php $selLang = \App\Language::where('code', request()->input('language'))->first(); @endphp @if(!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
| Featured Image | Title | Service | Featured | Serial Number | Actions | |
|---|---|---|---|---|---|---|
| {{strlen(convertUtf8($portfolio->title)) > 200 ? convertUtf8(substr($portfolio->title, 0, 200)) . '...' : convertUtf8($portfolio->title)}} | @if (!empty($portfolio->service)) {{convertUtf8($portfolio->service->title)}} @endif | {{$portfolio->serial_number}} | Edit |