@extends('layouts.master') @section('title', 'Audit Report') @section('content')
{{ trans('audit_report_label.audit_report') }}
@if (session('success'))
{{ session('success') }}
@endif

{{ trans('audit_report_label.table_title') }}

{{ 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))
@method('DELETE') @csrf
@endsection @section('script-footer') @endsection