@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) }}

  • Nom: {{$prospect->lastname}}
  • Prenoms: {{$prospect->firstname}}
  • Sexe: {{$prospect->gender}}
  • Contact: {{$prospect->contact}}
  • Dob: {{date("d/m/Y",strtotime($prospect->dob))}} ({{$quotations[0]->ASSURANCE->AGE}} ans)
  • Email: {{$prospect->email}}
@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) company_id == $q->idcomp) style="background-color:#5cb85c !important;color:#fff" @endif> @endforeach
Compagnie Prime Livraison Services Total Commander
{{ number_format($q->PRIME) }} {{ number_format($q->FG) }} {{ number_format($q->AMOUNT_SERVICES) }} {{ number_format($q->PRIME + $q->FG + $q->AMOUNT_SERVICES) }} @if($prospect->status<=2) @endif company_id!=$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')