@php
$addInfo = json_decode($data['additional_info']);
$year = date('y', strtotime($addInfo->periodicity));
$sumBrut = $data['FirstYearElapsedDepreciation'];
$brut = $addInfo->unit_price;// - $data['FirstYearElapsedDepreciation'];
$i = 1;
@endphp
@extends('templates.base.base_support')
@section('bindLabelCode', "spécifique du terrain")
@section('labelledChart', $addInfo->chart." ".$addInfo->chart_label)
@section('ministry', ucwords($addInfo->ministry))
@section('direction', ucwords($addInfo->direction))
@section('creator', "test")
@section('content')
| Site |
{{$addInfo->site}} |
Province |
{{ucfirst($addInfo->provincy)}} |
Département |
{{$addInfo->departement}} |
Ville/Commune |
{{ucfirst($addInfo->city)}} |
Arrondissement |
{{$addInfo->arrondissement}} |
| Coordonnées GPS |
{{"gps"}} |
|
Quartier/Village |
{{$addInfo->quater}} |
| Situation juridique |
|
1- N° titre foncier : {{$addInfo->tf}}
|
2- Parcelle N° : {{$addInfo->parcelle}}
|
3- Section N° : {{$addInfo->section}}
|
4- Surface/Superficie(m²) : {{$addInfo->area." m²"}}
|
5- DUP {{"dup"}}
|
|
6- RI {{"ri"}}
|
7- RF {{"rf"}}
|
8- RG {{"rg"}}
|
9- ZAC {{"zac"}}
|
|
|
Nature du terrain(agricole, forrestier, minier, etc...)
|
{{$addInfo->type_land}} |
| Nombre de batiments sur le terrain ou la parcelle |
{{$addInfo->piece}} |
| Superficie du terrain |
{{$addInfo->area}} |
| Etat du terrain( très bon, bon, acceptable, dégradé, etc...) |
{{$addInfo->state}} |
|
|
@for($i = 1; $i <= $data['ElapsedYearOndepreciation'];$i++)
@php $sumBrut += $data['annualRate'];@endphp
@endfor
@if($data['ElapsedYearOndepreciation'] == $addInfo->durer_amort)
@endif
{{-- --}}
@endsection