@if($company->logo) @endif

{{ Str::upper($company->name) }}


{{ Str::upper($company->address) }}

TEL: {{ Str::upper($company->phone1) }} TEL2: {{ Str::upper($company->phone2) }}

Client: {{ Str::upper(($sell['customer_id'])?$sell['customer']['name']:"") }}

Vendeur: {{ auth()->user()->name }}

{{--

Caissière: {{ Str::upper($company->phone2) }}

--}}

REF: {{ $sell['code'] }}

@php $achats = json_decode($sell['achats']); @endphp @php $somme = 0; @endphp @foreach($achats as $achat) @php $product = json_decode($achat->product); @endphp @endforeach
{{ $product->name }}

{{ $achat->unit_selling_price }}x{{ $achat->sell_quantity }}

@php $amount = $achat->unit_selling_price * $achat->sell_quantity; $somme += $amount; @endphp {{ number_format($amount, 2, ',', ' ') }}
Remise / Reduction {{ $sell['discount_on_total'] }}
TOTAL {{ number_format($somme, 2, ',', ' ') }} FCFA
MODE REGLEMENT {{ (isset($sell['payment_method_id']))? \App\Models\PaymentMethod::find($sell['payment_method_id'])->method : null }}
NET A PAYER {{ number_format($sell['total'] , 2, ',', ' ') }} FCFA

MERCI POUR VOTRE VISTE.


Provided By ProConsulting

@if(env('RECU_THERMIQUE')) @endif