@extends('layouts.app') @section('title', 'Create RFI') @section('content')

New {{ ucfirst($type) }} RFI

Step 2 of 4 — Select Job, Responsible Officer, and Sub Work Order.

@csrf
@if ($jobs->isEmpty()) No Jobs returned from the Business Central Job API. Check JOB_API_URL / credentials / field mapping in BusinessCentralService. @endif
@endsection