@extends('layouts.app') @section('styles') @endsection @section('content') @if ($errors->any()) @endif @if(Auth::check())
@csrf @method('PUT')

{{trans_field($formulaire, 'type')}}

{{ __('site.investment.form.label.identity.title') ?? __('site.investment') }}

{{ __('site.project_characteristics') }}

espace_spectacle) ? 'checked' : '' }}>
espace_sportif) ? 'checked' : '' }}>
espace_activite_service) ? 'checked' : '' }}>
espace_activite_culturelle) ? 'checked' : '' }}>

{{ __('site.table_project_nature') }}

{{ __('site.number_positions_title') }}

{{ __('site.director_title') }}

{{ __('site.investment_finance_title') }}

@foreach($projet->investissements as $index => $inv) @endforeach
{{ __('site.investment_label') }} {{ __('site.amount_label') }} {{ __('site.fund_sources_label') }} {{ __('site.notes_label') }}
{{ __('site.funds_examples') }}

{{ __('site.declaration_title') }}

{{ __('site.declaration_text') }}

{{ __('site.remarks_title') }}

@else @endif @endsection