@extends('layouts.master') @section('title', 'Report') @section('content')

Filter

@foreach ($master as $item) @endforeach
{{ __('Week') }} {{ __('Turnover redeem') }} {{ __('Uni Level Commission') }} {{ __('Matching Bonus') }} {{ __('Infinity Star Bonus') }} {{ __('Customer acquisition bounce') }} {{ __('Total Payout') }} {{ __('Infinity Star Bonus (%)') }} {{ __('Customer acquisition bounce (%)') }} {{ __('Total Payout (%)') }}
{{ $item['format_date'] }} {{ $item['turnover'] }} {{ $item['unileveltot'] }} {{ $item['matchingtot'] }} {{ $item['isbtot'] }} {{ $item['cabtot'] }} {{ $item['total'] }} {{ $item['isbper'] }} {{ $item['cabper'] }} {{ $item['totalper'] }}
@endsection @push('scripts') @endpush