@extends('layouts.app') @section('link') @endsection @section('content')
@include('shared.messages')

{{!isset($changed_cash_transfers) ? __('texte.cash_transfers_arr.index.cash_transfers') : __('texte.cash_transfers_arr.index.revised_cash_transfers')}}


{{isset($changed_cash_transfers) ? __('texte.cash_transfers_arr.index.cash_transfers') :__('texte.cash_transfers_arr.index.revised_cash_transfers')}}
{{strtoupper(__('texte.cash_transfers_arr.index.id'))}} {{__('texte.cash_transfers_arr.index.user')}} {{__('texte.cash_transfers_arr.index.date')}} {{__('texte.cash_transfers_arr.index.case_from')}} {{__('texte.cash_transfers_arr.index.bank_from')}} {{__('texte.cash_transfers_arr.index.account_from')}} {{__('texte.cash_transfers_arr.index.case_to')}} {{__('texte.cash_transfers_arr.index.bank_to')}} {{__('texte.cash_transfers_arr.index.account_to')}} {{__('texte.cash_transfers_arr.index.payment_type')}} {{__('texte.cash_transfers_arr.index.amount')}} {{__('texte.cash_transfers_arr.index.note')}} {{__('texte.cash_transfers_arr.index.status')}}
@endsection