@include('header')

Report PDUs

Read

@csrf @method("PUT")
@if($errors->has('author')) {{ $errors->first('author') }} @endif
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('url')) {{ $errors->first('url') }} @endif
@if($errors->has('date_started')) {{ $errors->first('date_started') }} @endif
@if($errors->has('date_completed')) {{ $errors->first('date_completed') }} @endif
@include('footer')