@extends('layouts.default') @section('title', 'Portfolio | SYNΛMEN®') @section('description', $brand->name) @section('keywords', 'Portfolio') @section('content')

{{ $brand->name }}

slider-top
{!! $brand->description !!}
@if( $brand->no_links == 0 ) @endif
@if( !empty($previous) ) {{ $previous->name }} @endif
@if( !empty($next) ) {{ $next->name }} @endif

Related Projects

@foreach($relatedTopic as $topic) @endforeach
@endsection