@extends('inner_layout') @section('title') {{ __($project->translate->seo_title) }} || {{ __($project->translate->title) }} @endsection @push('style_section') @endpush @section('frontend_content')

{{ __('Overview') }}

{{ $project?->author_comment }}

{{ ucfirst($project?->author_name) }}

{{ $project?->author_designation }}

{!! clean($project?->description) !!}
@if ($previousProject)

{{ $previousProject?->category?->name }}

{{ $previousProject?->title }}
@endif {{ get_svg('innerpage.divider') }} @if ($nextProject)

{{ $nextProject?->category?->name }}

{{ $nextProject?->title }}
@endif
@endsection @section('popup_video') @endsection