@if (!$job->is_recut)
{{ $errors->first('images') }}
@endif{{ $errors->first('notes') }}
@endif| Actions | Action Required | Caused By | Status | @forelse ($job->qas as $qa) |
|---|---|---|---|---|
| {{ implode(',', $qa->actions ?? []) }} | {!! $qa->notes !!} | {{ $qa->caused_by }} | {{ $qa->resolved ? 'Resolved' : 'Unresolved' }} | @if (!$qa->resolved) @endif |
| No records found! | ||||
{{ $errors->first('notes') }}
@endif{{ $errors->first('images') }}
@endif{{ $errors->first('notes') }}
@endif{{ $errors->first('images') }}
@endif