@extends('layouts.app') @section('content')
Invoice Number | Branch | Sales category | Status | Total | Actions |
---|---|---|---|---|---|
{{$order -> branch}} | {{$order -> category}} | {!! $order -> status == 0 ? '' . "Processing" . '' : '' . "Completed" . '' !!} | GH₵{{$order -> total_cost_order}} |