@extends('layouts.provider') @section('title', 'Nouveau mouvement') @section('page-title', 'Finances > Trésorerie') @section('footer-class', 'footer-spacing') @section('content') @php $pageWidth = 'narrow'; @endphp

Nouveau mouvement

@if($account->type === 'cash') @elseif($account->type === 'bank') @else @endif
{{ $account->name }}
Réf.: {{ $account->reference ?: '-' }}
Solde actuel
{{ number_format($account->current_balance, 3) }} {{ $account->currency }}
@csrf
@error('type')

{{ $message }}

@enderror
Annuler Enregistrer
@endsection