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

{{ csrf_field() }}
@permission('cash_transfer-form-bank-read') @endpermission @permission('cash_transfer-form-account-read') @endpermission @permission('cash_transfer-form-safe-read')
@if ($errors->has('case_from')) {{ $errors->first('case_from') }} @endif
@if ($errors->has('case_from_confirmation')) {{ $errors->first('case_from_confirmation') }} @endif
@endpermission
@permission('cash_transfer-form-bank-read')
@if ($errors->has('bank_to')) {{ $errors->first('bank_to') }} @endif
@endpermission @permission('cash_transfer-form-account-read') @endpermission @permission('cash_transfer-form-safe-read')
@if ($errors->has('case_to')) {{ $errors->first('case_to') }} @endif
@if ($errors->has('case_to_confirmation')) {{ $errors->first('case_to_confirmation') }} @endif
@endpermission @permission('cash_transfer-form-date-read')
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@endpermission @permission('cash_transfer-form-note-read')
@if ($errors->has('note')) {{ $errors->first('note') }} @endif
@endpermission @permission('cash_transfer-form-amount-read')
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@endpermission
@foreach(__('texte.denominations_arr') as $key=>$value) @endforeach @foreach(__('texte.coins_arr') as $key=>$value) @endforeach
{{__('texte.cash_transfers_arr.create.value')}} {{__('texte.cash_transfers_arr.create.count')}} {{__('texte.cash_transfers_arr.create.total')}}
{{__('texte.cash_transfers_arr.create.banknotes')}}
{{$value}}
{{__('texte.cash_transfers_arr.create.coins')}}
{{$value}}
{{__('texte.cash_transfers_arr.create.total')}}
@endsection