| Date | {{ \Carbon\Carbon::parse($data->date)->format('d-M-Y') ?? '' }} |
|---|---|
| Product Name | {{ $data->product_name ?? '' }} |
| Price | {{ $data->price ?? '' }} |
| Prpoerty Type | @if($data->type == 1) Fixed Asset @elseif($data->type == 2) Current Asset @endif |
| Note | {{ $data->note ?? '-' }} |