@component('pdf.components.style') @endcomponent @component('pdf.components.custom-product-report.information_section', [ // 'sales_person' => ['name' => $quote->user->fullname, 'email' => $quote->user->email], // 'date' => [ // 'from' => $from, // 'to' => $to, // ] 'filter_data' => $filter_data ]) @endcomponent @component('pdf.components.custom-product-report.table', [ 'data' => $data ]) @endcomponent