@include('header')
@if ($message = Session::get('success'))
Success
{{ $message }}
@endif

Report PDUs

Work as a Practitioner

@if($work == '')
@csrf
@if($errors->has('employer')) {{ $errors->first('employer') }} @endif
@if($errors->has('job_title')) {{ $errors->first('job_title') }} @endif
@else
@csrf @method('PUT')
@endif
@include('footer')