@extends('layouts.default') @section('title', 'Portfolios Archive | SYNΛMEN®') @section('description', 'Portfolios Archive') @section('keywords', 'Portfolios') @section('content')

Portfolio

  • @foreach($brandCat as $cat)
  • @endforeach
@foreach($portfolio as $post)
{{ $post->slug }}

{{ $post->portfolioCategory[0]->name }}

{{ $post->name }}

@endforeach
@endsection