@extends('backend.layouts.app') @section('content')
Portfolios - Multimedia
@foreach ($portfolios as $items) @endforeach
Thumbnail Category Client Name Description Service Type Action
{{ $items->category }} {{ $items->client_name }} {{ Str::limit(html_entity_decode(strip_tags($items->description)), 80, '...') }} {{ $items->type }}
@csrf @method('DELETE')
@endsection