@extends('layouts.app') @section('link') @endsection @section('style') @endsection @section('content') @include('shared.messages')

{{ $doc_type->title }}

{{ method_field('PATCH') }} {{ csrf_field() }}
@if ($errors->has('payment_date')) {{ $errors->first('payment_date') }} @endif
@if ($errors->has('note')) {{ $errors->first('note') }} @endif
{{__('texte.documents_arr.create_output.title')}} {{__('texte.documents_arr.create_output.measure')}} {{__('texte.documents_arr.create_output.expiring_date')}} {{__('texte.documents_arr.create_output.price')}} {{__('texte.documents_arr.create_output.discount')}} {{__('texte.documents_arr.create_output.value')}}
{{__('texte.documents_arr.create_output.total')}} 0.00000
@if ($errors) {{ $errors->first() }} @endif
@endsection