@extends('front.layouts.master') @section('seo_title', $portfolio->seo_title) @section('seo_meta_description', $portfolio->seo_meta_description) @section('content')

{{ $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($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 }}

@endif @endsection