@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 }} {{ __('Know About This Project') }} {{ $portfolio->description }} @if($portfolio->date !='' || $portfolio->client !='' || $portfolio->website !='' || $portfolio->location !='' || $portfolio->price_value !='') @if($portfolio->date !='') {{ __('Date') }} {{ $portfolio->date }} @endif @if($portfolio->client !='') {{ __('Client') }} {{ $portfolio->client }} @endif @if($portfolio->website !='') {{ __('Website') }} {{ $portfolio->website }} @endif @if($portfolio->location !='') {{ __('Location') }} {{ $portfolio->location }} @endif @if($portfolio->price_value !='') {{ __('Value') }} {{ $portfolio->price_value }} @endif @endif @if($previous_slug == '') @else @endif {{ __('Previous') }} {{ __('Next') }} @if($next_slug == '') @else @endif @if($global_other_page_items->page_portfolio_single_bottom_status == "Show") {{ $global_other_page_items->page_portfolio_single_bottom_subheading }} {{ $global_other_page_items->page_portfolio_single_bottom_heading }} @foreach ($portfolios_bottom as $row) {{ $row->name }} @endforeach @endif @endsection
{{ __('Date') }}
{{ __('Client') }}
{{ __('Website') }}
{{ __('Location') }}
{{ __('Value') }}