@if(!$download)
@endif
{{trans('Name')}}:{{strtoUpper($trial_data->companyRelationShip->taxpayer)}}
{{trans('Period')}}:
{{trans('Tax Registration Number')}}: {{$trial_data->companyRelationShip->tax_registration_number}}
{{trans('Residential Status')}}: @if($trial_data->companyRelationShip->residential_status) Resident @else Non resident @endif
{{trans('Tax Group')}} : @if($trial_data->companyRelationShip->legal_status) Yes @else No @endif
{{trans('Legal Status')}}: @if($trial_data->companyRelationShip->legal_status) Legal Person @else Natural Person @endif
{{trans('Due Date')}}: {{$trial_data->companyRelationShip->date_of_incorporation}}
@foreach($audit_report as $key => $reports)
{{ucfirst(str_replace('_',' ',$key))}}
@endforeach