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