@extends('frontend::layouts.master') @section('content')
{{-- Page Title --}}
{{-- Portfolio Detail --}}
{{ $portfolio['title'] }}

{{ $portfolio['category'] }}

{{ $portfolio['title'] }}

{{ $portfolio['desc'] }}

{!! $portfolio['detail'] !!}
@if (! empty($portfolio['gallery'])) {{-- Lightbox overlay --}} @endif @if (! empty($relatedPortfolio)) @endif @endsection