@component('pdf.components.style') @endcomponent @component('pdf.components.service-call-report.information_section', [ // 'sales_person' => ['name' => $quote->user->fullname, 'email' => $quote->user->email], 'date' => $today, 'type' => $type, ]) @endcomponent @component('pdf.components.service-call-report.table', [ 'data' => $data, 'session' => $session, 'type' => $type, 'company' => $company, ]) @endcomponent