@extends('layouts.app') @section('title') View Item @stop @section('breadcrumb')
@stop @section('css') @stop @section('css') @stop @section('content')Po# | Vendor | Order Qty | Receive Qty | Price | Date |
---|---|---|---|---|---|
PO-{{$po->id}} | {{ucfirst($po->vendor->name)}} | {{number_format($list->demand_quantity , 2)}} | {{number_format($list->received_quantity , 2)}} | {{number_format($list->price , 2)}} | {{date('d-F-Y' , strtotime($po->created_at))}} |
Pr# | Department | Releasing By | Received By | Releasing Quantity | Releasing Date |
---|---|---|---|---|---|
@if($item_list->purchase_request_id > 0) @permission('view-purchase-request') PR-{{$item_list->purchase_request_id }} @else PR-{{$item_list->purchase_request_id }} @endpermission @else -- @endif | {{$item_list->department->department_name}} | {{ucfirst($item_list->releaser_name)}} | {{ucfirst($item_list->receiver_name)}} | {{$current_release}} | {{date('d-F-Y' , strtotime($item_list->releasing_date))}} |