@extends('layouts.app') @section('title','PDF Dokumente') @section('breadcrumb') @endsection @section('content')
Angelegt | Typ | Titel | |
---|---|---|---|
{{ $doc->created_at->format('d.m.Y h:m') }} | {{ ucfirst($doc->doc_type()) }} | {{ $doc->title() }} | @if ( $doc->status == 'new' ) @endif |