{{\Session::get('success')}}
                    | OrderNumber | Location | Total | Balance | Status | Created By | Edit | Invoice | |||
|---|---|---|---|---|---|---|---|---|---|---|
| {{$o->orderNumber}} | {{$o->location}} | {{$o->grand_total}} | {{$o->balance}} | @if($o->status == 'Completed'){{$o->status}} | @elseif($o->status == 'Open'){{$o->status}} | @elseif($o->status == 'Invoiced'){{$o->status}} | @elseif($o->status == 'Partially Paid'){{$o->status}} | @endif{{$o->createdByName}} |