@extends('layouts.banking') @section('title', 'تحويل من الصندوق') @section('content')
تحويل من الصندوق: {{ $cashbox->name }}
@if (session('error')) @endif
الرصيد الحالي: {{ number_format($cashbox->current_balance, $cashbox->currency->decimal_places) }} {{ $cashbox->currency->symbol }}
العملة: {{ $cashbox->currency->code }} ({{ $cashbox->currency->name }})
@csrf
@error('target_cashbox_id') {{ $message }} @enderror
{{ $cashbox->currency->symbol }}
الحد الأقصى للتحويل هو {{ number_format($cashbox->current_balance, $cashbox->currency->decimal_places) }} {{ $cashbox->currency->symbol }} @error('amount') {{ $message }} @enderror
@error('notes') {{ $message }} @enderror
إلغاء
@endsection @section('scripts') @endsection