@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')
Portfolios
@if (!empty($langs)) @endif
@if (count($portfolios) == 0)

NO PORTFOLIO FOUND

@else
@foreach ($portfolios as $key => $portfolio) @endforeach
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
@csrf
{{$portfolio->serial_number}} Edit
@csrf
@endif
@endsection