@extends('layouts.list_pdf') @section('pdf-title')
{{ __('Item Lists') }}
{{ __('Print Date:') }} {{ formatDate(date('d-m-Y')) }}
| {{ __('Item Name') }} | {{ __('Category') }} | {{ __('Purchase') }} ({{ $currency->name }}) | {{ __('Retail') }} ({{ $currency->name }}) |
| {{ $data->name }} | {{ $data->category}} | {{ $data->purcashe_price ? formatCurrencyAmount($data->purcashe_price) : formatCurrencyAmount(0) }} | {{ $data->retail_price ? formatCurrencyAmount($data->retail_price) : formatCurrencyAmount(0) }} |