@extends('layouts.default') @section('title', 'Portfolios Archive | SYNΛMEN®') @section('description', 'Portfolios Archive') @section('keywords', 'Portfolios') @section('content') Portfolio All @foreach($brandCat as $cat) {{ $cat->name}} @endforeach @foreach($portfolio as $post) {{ $post->portfolioCategory[0]->name }} {{ $post->name }} {{ Str::limit($post->name,27) }} @endforeach @endsection
{{ $post->name }}