@if(count($bill)>0) @foreach($bill as $b)
none
PO-{{$b->bill_id}} @if(@$b->getPayment->status == 1) COMPLETE @elseif(@$b->getPayment->status == 2) PENDING @elseif(@$b->getPayment->status == 0) CANCEL @endif
USD {{$b->total_price}}
{{$b->created_at}}
View
@endforeach @endif