@extends('layouts.app') @section('title') View Purchase Request @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')Code | Item - Brand | Quantity | Price | Description | Subtotal |
---|---|---|---|---|---|
{{$item->item_code}} | {{$item->item_name}} - {{$item->manufacture->name}} Non Critical | {{number_format($list->quantity , 2)}} | {{number_format($list->price , 2)}} | {{$list->description}} | PKR {{number_format($list->price * $list->quantity , 2)}} |
Total Item: {{number_format($count, 2)}}
Total Item Quantity: {{number_format($quantity, 2)}}
Total Amount: PKR {{number_format($amount , 2) }}