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

{{ $doc_type->title }}

{{ csrf_field() }}
@if ($errors->has('documentable_type')) {{ $errors->first('documentable_type') }} @endif
@if ($errors->has('client')) {{ $errors->first('client') }} @endif
@if ($errors->has('object')) {{ $errors->first('object') }} @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('storage')) {{ $errors->first('storage') }} @endif
@if ($errors->has('product')) {{ $errors->first('product') }} @endif
{{__('texte.documents_arr.create_input.title')}} {{__('texte.documents_arr.create_input.measure')}} {{__('texte.documents_arr.create_input.expiry_date')}}
@if ($errors) {{ $errors->first() }} @endif
@endsection