@extends('layouts.app') @section('content')
PART SOCIAL
@if($errors->any())
@foreach ($errors->all() as $error) {{str_replace('.',', ',$error)}} @endforeach
@endif
{{-- --}} @if(!empty($tiers->id_tiers))
@php $mtt_a_payer = $part_social_params->capital + $part_social_params->droit; @endphp
ID Tiers Date d'entrée Nom et prénoms CIN/PI Part souscrit Part à payer Droit Total à payer
{{$tiers->id_tiers}} {{(new DateTime($tiers->date_entree))->format('d/m/Y')}} {{$tiers->nom_tiers}} {{$tiers->prenom_tiers}} {{$tiers->cin}} {{number_format($soldePart,2,',',' ')}} {{number_format($part_social_params->capital,2,',',' ')}} {{number_format($part_social_params->droit,2,',',' ')}} {{number_format($mtt_a_payer,2,',',' ')}}
@csrf @if(!empty($operation->id_oper)) @endif
@php $montant = 0; if(!empty($operation->id_oper)){ $montant = $operation->debit + $operation->credit; } @endphp
@endif
@php $i = 0 @endphp @foreach ($operations as $operation) @endforeach
ID Tiers Nom et prénoms CIN/PI Retrait Dépôt Droit
{{$operation->id_tiers}} {{$operation->nom_tiers}} {{$operation->prenom_tiers}} {{$operation->cin}} {{App\Lib\Format::number($operation->debit)}} {{App\Lib\Format::number($operation->credit)}} {{App\Lib\Format::number($operation->droit)}}
@if(!empty($operations)) @endif
@csrf
Recherche
@csrf
Epargne

Voulez vous réellement enregister ?

@endsection @section('script') @endsection