@extends('layouts.reportSaleForm') @section('report') @if($mhis_fil->count()>0) @foreach($mhis_fil as $row) @endforeach
05 Rebate summary report Month {{$pmth}} Year {{$pyear}} วันที่เวลาพิมพ์ {{now()}}
Member Name Member Code Bank A/C No. Post Rate Agent Dealer Unity_1 unity_2 Fund Total Rebate Net Rebate
{{$row->name}} {{$row->lastname}} {{$row->mcode}} {{$row->bnkcd}} {{$row->bnkac}} {{$row->mrank}} {{$row->mrate}} {{number_format($row->agent_bonus,2)}} {{number_format($row->dealer_bonus,2)}} {{number_format($row->unity_team1,2)}} {{number_format($row->unity_team2,2)}} {{number_format($row->fund_bonus,2)}} {{number_format($row->fund_bonus + $row->agent_bonus + $row->dealer_bonus + $row->unity_team1 + $row->unity_team2,2)}} {{number_format($row->agent_bonus + $row->dealer_bonus + $row->unity_team1 + $row->unity_team2 ,2)}}
{{number_format($sump_fund,2)}} {{number_format($sump_agent,2)}} {{number_format($sump_dealer,2)}} {{number_format($sump_u1,2)}} {{number_format($sump_u2,2)}} {{number_format($sump_total,2)}} {{number_format($sump_net,2)}}
{{ $mhis_fil->appends(request()->query())->links() }} @else

ไม่มีข้อมูล Rebate ในระบบ

@endif @endsection