@extends('admin.main') @section('content')

Commission

Commission

@foreach($array_commission as $c) @endforeach
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 }}
@endsection