@extends('admin.main') @section('content')
| Teamstore | Invoice No. | Total | Subtotal | Tax | Currency | Commission Rate | 25% | 5% |
|---|---|---|---|---|---|---|---|---|
| {{ $c->StoreName }} | {{ $c->InvoiceNumber }} | {{ $c->Total }} | {{ $c->SubTotal }} | {{ $c->Tax }} | {{ $c->Currency }} | {{ $c->commission_rate }} | {{ $c->twenty_five_percent }} | {{ $c->five_percent }} |