@extends('layouts.app') @section('title', 'Report Safety/Quality Issue') @section('content')

Report Safety/Quality Issue

Select the project and officer, choose a category, and attach a photo of the issue.

@csrf
@if ($jobs->isEmpty()) No Projects returned from the Business Central Job API. Check JOB_API_URL / credentials / field mapping in BusinessCentralService. @endif
@if (in_array('safety', $allowedCategories, true)) @endif @if (in_array('quality', $allowedCategories, true)) @endif
@if (count($allowedCategories) === 1) You're only permitted to report {{ ucfirst($allowedCategories[0]) }} issues. An admin can change this under Admin → Permissions. @endif
Take a photo with the camera, or choose from gallery. At least one photo is required.
Cancel @endsection