@if (is_null($auditform) || empty($auditform))
@else
@if (session('message'))
Currently No Information Available!
×
{{ session('message') }}.
@endif
{{-- Create --}}
{{-- company Table goes here --}}
Sl# | Date | Month | Year | Method Name | Audit Area | Work Station | Auditor | Leader | Subarea | Question | Note | Result | Score | Actions |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ ++$sl }} | {{ $form->date }} | {{ $form->month }} | {{ $form->year }} | {{ $form->method_name }} | {{ $form->audit_area }} | {{ $form->work_station }} | {{ $form->auditor }} | {{ $form->leader }} | {{ $form->subarea }} | {{ $form->question }} | {{ $form->note }} | {{ $form->result }} | {{ $form->score }} |
|