@extends('layouts.master') @section('title', 'Audit Report') @section('content')
{{ trans('audit_report_label.id') }}
|
{{ trans('audit_report_label.company_id') }}
|
{{ trans('audit_report_label.company_office_id') }}
|
{{ trans('audit_report_label.audit_date') }}
|
{{ trans('audit_report_label.last_audit_date') }}
|
{{ trans('audit_report_label.next_audit_date') }}
|
|
---|---|---|---|---|---|---|
((item.audit_report_id)) | ((item.company_id)) | ((item.company_office_id)) | ((item.audit_date)) | ((item.last_audit_date)) | ((item.next_audit_date)) |