@extends('layouts.app') @section('content') @include('partials.gift-head')

For Individual

Project: King County Parks

02/02

@forelse ($project->species as $specie)
@if ($specie->tree_image) @else @endif

{{ $specie->name }}

{{ $specie->pivot->basic_price }}﷼/ Tree
CO2: {{ $specie->pivot->carbon_value }} (Ton)

0﷼

450.00﷼

20% Off


Enter maintenance time in year(s)

By default maintenance will be applicable for 01 year. You can extend the
no. of maintenance years and charges will vary accordingly.

-
+
@empty @endforelse
@if ($project->name) @else @endif

Project name

{{ $project->name ? $project->name : '' }}

Description

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

Order Value

You have selected 0 trees

@include('projects.render-cart', ['cartArr' => $cart])

Grand Total

0 ﷼

@endsection @section('scripts') @endsection