@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')) {{ $errors->first('supplier') }} @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