@extends('layouts.admin.app') @section('content')
# | @lang("dashboard.Date") | @lang("dashboard.Name") | @lang("dashboard.Amount") |
---|---|---|---|
{{ $loop->iteration }} | {{ isset($item->date)?$item->date:'' }} | {{ isset($item->title)?$item->title:'' }} | {{ isset($item->due)?$item->due:'0' }} |
# | @lang("dashboard.Date") | @lang("dashboard.Name") | @lang("dashboard.Amount") |
---|---|---|---|
{{ $loop->iteration }} | {{ isset($item->date)?$item->date:'' }} | {{ isset($item->title)?$item->title:'' }} | {{ isset($item->due)?$item->due:'' }} |
# | @lang("dashboard.Date") | @lang("dashboard.Invoice") # | @lang("dashboard.Product") | @lang("dashboard.QTY") | @lang("dashboard.Amount") |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ isset($item->date)?$item->date:'' }} | INV-000{{ isset($item->sale_invoice_id)?$item->sale_invoice_id:'' }} | {{ isset($item->getProduct->title)?$item->getProduct->title:'' }} | {{ isset($item->qty)?$item->qty:'' }} | ৳ {{ isset($item->total)?$item->total:'' }} |
# | @lang("dashboard.Date") | @lang("dashboard.Invoice") # | @lang("dashboard.Product") | @lang("dashboard.QTY") | @lang("dashboard.Amount") |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ isset($item->date)?$item->date:'' }} | INV-000{{ isset($item->purchase_invoice_id)?$item->purchase_invoice_id:'' }} | {{ isset($item->getProduct->title)?$item->getProduct->title:'' }} | {{ isset($item->qty)?$item->qty:'' }} | ৳ {{ isset($item->total)?$item->total:'' }} |