@extends('layouts.app') @section('content')
Transfert de fonds
Emetteur {{$emetteur->nom_employe}} {{$emetteur->prenom_employe}} Recepteur {{$recepteur->nom_employe}} {{$recepteur->prenom_employe}} Date {{(new DateTime($bpf->date_oper))->format(Config('myahs.date_format'))}} Objet {{key_exists($bpf->type_bpf, App\Lib\Combobox::bpf())?mb_strtoupper(App\Lib\Combobox::bpf()[$bpf->type_bpf],'UTF-8'):null}} Montant {{App\Lib\Format::number($bpf->montant)}}
@csrf
@if($bpf->status == '0') @if($user->name == $recepteur->id_employe) @endif @if($user->name == $emetteur->id_employe) @endif @endif
Passation de fond Voulez vous réellement valider ce passation de fond ? @endsection @section('script') @endsection