@extends('layouts.pdf') @section('content')
    {{ data_get($input, 'title') . ' ' . ucfirst(data_get($input, 'firstname', $client->firstname)) . ' ' . strtoupper(data_get($input, 'lastname', $client->lastname)) }}

  {{ data_get($input, 'address', $client->address?->line1) }}
  {{ data_get($input, 'zip_code', $client->address?->zip_code) }} {{ data_get($input, 'city', $client->address?->city) }}
 
FACTURE MANDAT INTERMEDIATION BANCAIRE
Client : {{ $client->full_name }}
Référence dossier : {{ data_get($input, 'ref', '') }}
Montant Financé : {{ str()->formatDecimal($project->financial_plan->credit_amount) }}€
Mandat : {{ str()->formatDecimal($project->financial_plan->mandate_commission_amount) }}€

     NET A PAYER : {{ str()->formatDecimal($project->financial_plan->mandate_commission_amount) }}€
     Commission Exonéré de TVA en vertu de l’article 261C du C.G.I.

                     
  RELEVE D’IDENTITE BANCAIRE    
  Identifiant national de compte bancaire - RIB      
  Banque
30087
Guichet
33705
N° compte
00020684801
Clé
17
Devise
EUR
  Domiciliation
CIC CORMONTREUIL
 
  Identifiant international de compte bancaire      
  IBAN (International Bank Account Number)   BIC (Bank Identifier Code)  
  FR76 3008 7337 0500 0206 8480 117   CMCIFRPP  
   
Domiciliation
CIC CORMONTREUIL
7 AVENUE DU
ROUSSILLON
51350 CORMONTREUIL

Titulaire du compte (Account Owner)
FBS CONSULTING
7 RUE PIERRE SALMON
51430 BEZANNES




@endsection