@extends('layouts.master') @section('title', 'Project Document') @section('content')

{{ trans('ext_audit_report_accompany.ext_audit_report_accompany') }}

@csrf
@include('pages.ext_audit_report_accompany.component.info')
@endsection @section('script-footer') @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection