Attach

{{ @trans('job.recruitment_agreement') }}

@foreach($agreements as $agreement) @endforeach @if(blank($agreements)) No agreement is uploaded yet! @endif
Attach

{{ @trans('company.tax_details')}}

@foreach($taxdetails as $document) @endforeach @if(blank($taxdetails)) No tax document is uploaded yet! @endif
Attach

{{ @trans('job.other_documents') }}

@foreach($documents as $document) @endforeach @if(blank($documents)) No document is uploaded yet! @endif
@push('pageJs') @endpush