@extends('layouts.default') @section('title', 'Portfolio | SYNΛMEN®') @section('description', $brand->name) @section('keywords', 'Portfolio') @section('content') {{ $brand->name }} @foreach( $brand->gallery as $path ) @endforeach {!! $brand->description !!} @if( $brand->no_links == 0 ) {{ $brand->button_text }} @endif @if( !empty($previous) ) {{ $previous->name }} @endif @if( !empty($next) ) {{ $next->name }} @endif Related Projects @foreach($relatedTopic as $topic) {{ Str::limit($topic->name,30) }} @endforeach @endsection
{{ $brand->name }}
Related Projects
{{ Str::limit($topic->name,30) }}