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

{{__('texte.accounts_arr.edit.edit_account')}}

{{ method_field('PATCH') }} {{ 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 @permission('account-form-active-read')
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@endpermission
@endsection