@extends('layouts.admin') @section('title', 'Revenue Tax Summary Report') @section('content-header', 'Revenue Tax Summary Report') @section('content')
Outlet | Without Tissue | With Tissue | Total Tissue | Without Tissue + Tax | Without Tax | 6% | 8% | Total Item Tax | Actual Tax Amount | Rounding | Without Tax + Total Item Tax |
---|---|---|---|---|---|---|---|---|---|---|---|
{{$data['oid']}} | {{$data['b_tissue']}} | {{$data['w_tissue']}} | {{$data['total_tissue']}} | {{$data['tissue_tax']}} | {{$data['b_tax']}} | {{$data['sst6']}} | {{$data['sst8']}} | {{$data['total_item_tax']}} | {{$data['actual_tax']}} | {{$data['rounding']}} | {{$data['b_tax+total_tax']}} |
Summary | {{$overalexceldata['b_tissue']}} | {{$overalexceldata['w_tissue']}} | {{$overalexceldata['total_tissue']}} | {{$overalexceldata['tissue_tax']}} | {{$overalexceldata['b_tax']}} | {{$overalexceldata['t6']}} | {{$overalexceldata['t8']}} | {{$overalexceldata['total_item_tax']}} | {{$overalexceldata['actual_tax']}} | {{$overalexceldata['rounding']}} | {{$overalexceldata['b_tax+total_tax']}} |
Media Type | @foreach ($mediaexcel as $data) @if (array_key_exists('media_type', $data) && $data['media_type'] !== null){{$data['media_type']}} | @endif @endforeachSummary | |||||||||
Before Tax | @foreach ($mediaexcel as $data) @if ($data['b_tax'] !==0){{$data['b_tax']}} | @endif @endforeach{{$overallmediaexcel['b_tax']}} | |||||||||
After Tax | @foreach ($mediaexcel as $data) @if ($data['w_tax'] !== 0){{$data['w_tax']}} | @endif @endforeach{{$overallmediaexcel['w_tax']}} | |||||||||
6% Tax | @foreach ($mediaexcel as $data) @if ($data['sst6'] !== 0){{$data['sst6']}} | @endif @endforeach{{$overallmediaexcel['T6']}} | |||||||||
8% Tax | @foreach ($mediaexcel as $data) @if ($data['sst8'] !== 0){{$data['sst8']}} | @endif @endforeach{{$overallmediaexcel['T8']}} | |||||||||
Total Item Tax | @foreach ($mediaexcel as $data) @if ($data['total_tax'] !== 0){{$data['total_tax']}} | @endif @endforeach{{$overallmediaexcel['total_tax']}} | |||||||||
Rounding | @foreach ($mediaexcel as $data) @if ($data['rounding'] !== 0){{$data['rounding']}} | @endif @endforeach{{$overallmediaexcel['rounding']}} |