@extends('back-office.layouts.layout-default') @section('specific_css') @endsection @section('page_content')

Historique

@foreach($histo as $item )
{{$item->title}} - {{ $item->updatedBy['first_name'] . ' '. $item->updatedBy['last_name'] }} {{ $item->created_at->format('d/m/Y H:i') }}
@if ($application->updated_by != NULL)
Candidature modifiée - {{ $application->updator }} {{ $application->updated_at->format('d/m/Y H:i') }}
@endif @endforeach
Candidature créée - {{ $application->creator }} {{ $application->created_at->format('d/m/Y H:i') }}
{{--
Scheduled system reboot completed completed 14 mins
New order has been planced and pending for processing 20 mins
Database server overloaded 80% and requires quick reboot settled 1 hr
System error occured and hard drive has been shutdown - Check 2 hrs
Production server is rebooting... 3 hrs
--}}
1
Détails du projet
2
fiche synthètique
2
Soumission
{{ method_field('PUT') }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach

@endif
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- Nouveau--}} {{-- Rejeté--}} {{-- Accepté En--}} {{-- cours--}} {{-- FormationFinancement--}} {{-- BP achevé--}} {{-- --}} {{-- Incubé--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- Entreprise--}} {{-- créee--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
@php $done_groups = []; @endphp @foreach($fields as $parent) @if (isset($parent['group'])) @if ($parent['group']!='donne_general_arab') @if ($parent['group']!='entreprise_arab') @if ($parent['group']!='etude_marche_arab') @if ($parent['group']!='etude_technique_arab') @if (!(in_array($parent['group'], $done_groups))) @php $done_groups[] = $parent['group']; $done_fields[] = []; @endphp

{{ $parent['group'] }}

@foreach($fields as $child) @if (isset($child['group']) && $child['group'] == $parent['group']) @if (!isset($child['sub_fields'])) @if (!(in_array($child['name'], $done_fields))) @php $done_fields[] = $child['name']; $child['config']['hotizontalRows'] = true; @endphp @include(sprintf('back-office.components.form.fields.%s', $child['type']), $field = $child) @endif @else @foreach($child['sub_fields'] as $subchild) @if (!(in_array($subchild['name'], $done_fields))) @php $done_fields[] = $subchild['name']; $subchild['config']['hotizontalRows'] = true; $subchild['parent_name'] = $child['name']; @endphp @include(sprintf('back-office.components.form.fields.%s', $subchild['type']), $field = $subchild) @endif @endforeach @endif @endif @endforeach
@endif @endif @endif @endif @endif @endif @endforeach
{{--
--}}
@csrf
@method('PUT')
{{-- @include('back-office.components.portlets.business-plan') --}} @php $done_groups = []; //dd($fields); @endphp @foreach ($fields as $parent) @php @endphp @if (isset($parent['group'])) @if ($parent['group']=='entreprise_arab' ||$parent['group']=='donne_general_arab' ||$parent['group']=='etude_marche_arab'||$parent['group']=='etude_technique_arab') @if (!in_array($parent['group'], $done_groups)) @php $done_groups[] = $parent['group']; $done_fields[] = []; // @endphp

{{ $parent['label'] }}

@foreach ($fields as $child) @if (isset($child['group']) && $child['group'] == $parent['group']) @if (!isset($child['sub_fields'])) @if (!in_array($child['name'], $done_fields)) @php $done_fields[] = $child['name']; $child['config']['hotizontalRows'] = true; @endphp @include(sprintf('back-office.components.form.fields.%s', $child['type']), $field = $child) @endif @else @foreach ($child['sub_fields'] as $subchild) @if (!in_array($subchild['name'], $done_fields)) @php // dd( $subchild); $done_fields[] = $subchild['name']; $subchild['config']['hotizontalRows'] = true; $subchild['parent_name'] = $child['name']; @endphp @include(sprintf('back-office.components.form.fields.%s', $subchild['type']), $field = $subchild) @endif @endforeach @endif @endif @endforeach
@endif @endif @endif @endforeach
@csrf

1. Formation

Inscrire les candidats aux formations nécessaires

{{-- --}}

2. Financement

Soumissionner le projet au Financement

{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

3. CPDH

--}} {{--

--}} {{-- Soumissionner le projet au CPDH--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

4. Financement externe

--}} {{--

--}} {{-- Soumissionner a un organisme de financement externe--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
{{-- --}}
{{-- --}} @csrf @csrf
{{--

Porteur du projet

Formation

BTS

OFPPT Al Hoceima

Mécanique - Mécatronique
Année 2008
BTS

OFPPT Al Hoceima

Mécanique - Mécatronique
Année 2008

Experience professionnelle

Poste

Mission

Organisme
Du 23/05/2015
Au 10/09/2019
Poste

Mission

Organisme
Du 23/05/2015
Au 10/09/2019

Entreprise

Historique

28 Mars 2020
Projet soumissionné
Par Mehdi
27 Mars 2020
Business plan généré
Par Mehdi
25 Mars 2020
Projet jumelé
Par Mehdi
23 Mars 2020
Inscription validée
Par Mehdi
23 Mars 2020
Pré-inscription
Par Mehdi
--}}
@endsection @section ('specific_js') @endsection @php $nombre=0; $applied_tax=0; $total=0; $total1=0; $total2=0; $some_total=0; $messageError=''; if(isset($application->financial_data->startup_needs)){ foreach($application->financial_data->startup_needs as $data){ $total+=$data->value; } //sdd($total); } if(isset($application->business_model_arab->nombre_ress)){ $nombre = $application->business_model_arab->nombre_ress; } if(isset($application->company->applied_tax)) { $applied_tax=$application->company->applied_tax; } if(isset($application->financial_data->financial_plan)){ foreach($application->financial_data->financial_plan as $data){ $total1+=$data->value; //dd($data->value); } } if(isset($application->financial_data->financial_plan_loans)){ foreach($application->financial_data->financial_plan_loans as $data){ $total2+=$data->value; } } $some_total=$total2+$total1; if($some_total>$total){ $messageError=' le programme d\'investissement n\'est pas egual a le plan financement!'; } //dd($some_total); @endphp @section('page_content')

{{$messageError}}


@endsection