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

Date de la commande: {{date('d/m/Y H:i:s', strtotime($prospect->created_at))}}

Status

{{ get_commande_status_by_text($prospect->status) }}

{{ get_users_status($prospect->usertype) }}

    @if($prospect->proprio_veh=="E") {{$prospect->company_name}} (Entreprise) @else
  • Nom: {{$prospect->lastname}}
  • Prenoms: {{$prospect->firstname}}
  • Sexe: {{$prospect->gender}}
  • @endif
  • Contact: {{$prospect->contact}}
  • @if(!is_numeric(intval(substr($prospect->email, 0,1))))
  • Email: {{$prospect->email}}
  • @endif @if($prospect->proprio_veh=="P")
  • Profession: {{$prospect->jobtitle}} ({{$prospect->job_discount*100}}%)
  • @endif
@if($prospect->status<2) @else @role('operation') @endrole @endif

VEHICULE

@if($prospect->status<2) @endif

Services optionnels

REDUCTION EXCEPTIONNELLE (FCFA)

{{ csrf_field() }}
status<=1) ? '':'readonly' }} >
@if($prospect->status<=1) @endif
@if(session('message'))
Reduction modifié avec succes
@endif @if(session('error'))
Mise à jour echoué
@endif
@if($prospect->priority==1)
urgent
@endif @if($prospect->renew_order==1)
Renouvelement
@endif @if(sizeof($revives)>0)
relance
@if($prospect->renew_order==1)
Renouvelement
@endif @endif
@foreach($quotations as $q) id_comp == $q->idcomp) style="background-color:#5cb85c !important;color:#fff" @endif> @endforeach
Compagnie Description Prime Livraison Services Total Commander
Garanties : {{ $q->formule_selected}} {{number_format($q->TTC - $prospect->reduction_commerciale-$q->FG)}} FCFA {{$q->FG}} FCFA {{$t*$prospect->nbmois}} FCFA {{number_format($q->TTC - $prospect->reduction_commerciale + $t*$prospect->nbmois )}} FCFA @if($prospect->status<=2) @endif id_comp!=$q->idcomp && $prospect->status>=4) ? 'disabled':'' }} class="btn btn-primary">
  • Timeline
  • @foreach($order_status as $key => $status) @if(++$key%2==0)
  • {{ get_commande_status_by_text($status->order_status) }}

    {{dateAgo($status->created_at)}}

    Action effectuée par {{$status->firstname.' '.$status->lastname}} le {{ date('d/m/Y', strtotime($status->created_at))}} à {{ date('H:i:s', strtotime($status->created_at))}}

  • @else
  • {{ get_commande_status_by_text($status->order_status) }}

    {{dateAgo($status->created_at)}}

    Action effectuée par {{$status->firstname.' '.$status->lastname}} le {{ date('d/m/Y', strtotime($status->created_at))}} à {{ date('H:i:s', strtotime($status->created_at))}}

  • @endif @endforeach
@endsection @section('header-script')