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

{{__('texte.accounts_arr.create.create_account')}}

{{ csrf_field() }} @permission('account-form-number-read')
@if ($errors->has('number')) {{ $errors->first('number') }} @endif
@endpermission @permission('account-form-currency-read')
@if ($errors->has('currency')) {{ $errors->first('currency') }} @endif
@endpermission
@endsection