@extends('master_layout') @section('title') {{ __($project->translate->seo_title) }} || {{ __($project->translate->title) }} @endsection @section('new-layout') @php $currentLang = session()->get('front_lang'); $getSidebarCTAData = getContent('main_demo_sidebar_cta_section.content', true); @endphp

{{ __($project->translate->title) }}

Dardnak Image
{!! clean($project->translate->description) !!}
@foreach($project->gallery as $gallery)
Gallery Image
@endforeach
{{ __('translate.Project Details') }}
{{ __('translate.Client:') }}

{{ __($project->translate?->client_name) }}

{{ __('translate.Category:') }}

{{ $project->category?->translate->name }}

{{ __('translate.Date:') }}

{{ $project->project_date }}

{{ __('translate.Website:') }} {{ $project->website_url }}
    @if($project->project_fb)
  • @endif @if($project->project_linkedin)
  • @endif @if($project->project_x)
  • @endif @if($project->project_instagram)
  • @endif

{{ getTranslatedValue($getSidebarCTAData, 'heading', $currentLang) }}

{{ getTranslatedValue($getSidebarCTAData,'description', $currentLang) }}

{{ getTranslatedValue($getSidebarCTAData,'button_text', $currentLang) }}
@if($previousProject)

{{ __('translate.Prev Project') }}

{{ __($previousProject->translate->title) }}
@endif @if($nextProject)

{{ __('translate.Next Project') }}

{{ __($nextProject->translate->title) }}
@endif
@endsection