@extends('front.layouts.master') @section('seo_title', $portfolio->seo_title) @section('seo_meta_description', $portfolio->seo_meta_description) @section('content') {{ $portfolio->name }} {{ __('Home') }} {{ $global_other_page_items->page_portfolios_title }} {{ $portfolio->name }} {{ __('Date') }} {{ $portfolio->date }} {{ __('Client') }} {{ $portfolio->client }} {{ __('Website') }} {{ $portfolio->website }} {{ __('Location') }} {{ $portfolio->location }} {{ __('About this project') }} {!! clean($portfolio->description) !!} @if($previous_slug == '') @else @endif {{ __('Previous') }} {{ __('Next') }} @if($next_slug == '') @else @endif @endsection
{{ __('Date') }}
{{ __('Client') }}
{{ __('Website') }}
{{ __('Location') }}
{!! clean($portfolio->description) !!}