@extends('layouts.pdf') @section('content')
| N° | {{ __('pdf_reports')['product_list']['header_1']; }} | {{ __('pdf_reports')['product_list']['header_2']; }} | {{ __('pdf_reports')['product_list']['header_3']; }} |
|---|---|---|---|
|
{{ $no++ }} |
{{ $productos->product_name }} |
{{ $productos->product_price }} |
{{ date("Y-m-d", strtotime($productos->created_at))}} |
| {{ __('data_tables')['sEmptyTable'] }} | |||