@extends('layouts.app') @section('stitle', 'Supplier Purchase Order') @section('title', 'Supplier Purchase Orders') @section('content')
@if(session()->get('title') == "success") @elseif (session()->get('title') == "error") @endif
{{--

Table Hover Animation

--}}
@if(count($data)>0) @foreach($data as $po) {{-- @foreach($po->pO as $supplierPo)--}} {{-- @endforeach--}} @endforeach @else @endif
Reference Supplier Destination Cost Tax Total Amount {{Auth::user()->business->currency->symbol}} Type Status Created Actions
{{ $po->reference }} {{ $po->poSupplier->name }} {{ $po->poWarehouse->name }} {{ $po->cost }} {{ $po->tax }} {{ $po->total }} {{ $po->poType->name }} {{ $po->status }} {{ convertFromUTC($po->created_at, Auth::user()->business_id)}}
No data Found
@endsection