@extends('layouts.app') @section('title','PDF Dokumente') @section('breadcrumb') @endsection @section('content')

PDF Dokumente

@foreach ($docs as $doc) @endforeach
Angelegt Typ Titel  
{{ $doc->created_at->format('d.m.Y h:m') }} {{ ucfirst($doc->doc_type()) }} {{ $doc->title() }} @if ( $doc->status == 'new' ) @endif
@endsection @section('script') @endsection