@extends('layouts.app') @section('content')

70% Plantation already finished

3.5 out of 5 M Planted successfully

Filled

Vacant

Maintenance

{{ $project->name }}

{{ $project->status ? ucfirst($project->status) : '' }}

Trees planted: 670/{{ $project->capacity }} | Project location: {{ isset($project->country) ? $project->country->name : '' }}

{{ $project->title1 }}

{!! $project->description1 ? $project->description1 : '' !!}

@if ($project->right_image) @else @endif
@if ($project->left_image) @else @endif

{{ $project->title2 }}

{!! $project->description2 ? $project->description2 : '' !!}

{{ $project->title3 }}

{!! $project->description3 ? $project->description3 : '' !!}

@if ($project->back_image) @else @endif
@include('partials.subscribe-news-letter') @endsection @section('scripts') @include('partials.map-scripts') @endsection