@extends('layouts.app') @section('title', 'Kit Service | Facture Dépense') @section('content')
Retour

KIT SERVICE SARL

1627 B Avenue Kamina, Q/ Mutoshi Kolwezi

LUALABA RDC

00243 977 333 977

kitservice17@gmail.com

www.kitservice.net

ID NAT: 05-H5300-N876458R

RCCM: CD/LSH/RCCM/20-B-00584

Bénéficiaire: {{ $cashout->name }}

@if($cashout->phone)

Téléphone : {{ $cashout->phone }}

@endif

Catégorie : {{ ucfirst($cashout->category) }}

Kit Service Logo

FACTURE DÉPENSE

No. {{ $cashout->id }}

Date: {{ \Carbon\Carbon::parse($cashout->created_at)->format('d/m/Y H:i') }}

DESCRIPTION MONTANT
1 {{ $cashout->description }} $ {{ number_format($cashout->amount, 2) }}
TOTAL : $ {{ number_format($cashout->amount, 2) }}

Bank details

Nom de la banque : RAWBANK

N° compte : 05100 - 05139 - 00703347001-87

Intitulé du compte : KIT SERVICE SARL

Swift code : RAWBCDRC

Merci pour votre confiance !

Pour toute question, contactez-nous : kitservice17@gmail.com

@endsection