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

{{__('texte.documents_arr.edit_cash_receipt.revision_of')}} {{ $doc_type->title }}

{{ method_field('PATCH') }} {{ csrf_field() }}
@if ($errors->has('documentable_type')) {{ $errors->first('documentable_type') }} @endif
@if ($errors->has('client_id')) {{ $errors->first('client_id') }} @endif
@if ($errors->has('object_id')) {{ $errors->first('object_id') }} @endif
@if ($errors->has('supplier_id')) {{ $errors->first('supplier_id') }} @endif
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('note')) {{ $errors->first('note') }} @endif
@if ($errors->has('total')) {{ $errors->first('total') }} @endif
@endsection