@extends('layouts.master') @section('title') LT-168 :: ส่วนลด / เงินรางวัล @endsection @section('sub_title') ส่วนลด / เงินรางวัล @endsection @section('content')

รายการส่วนลด / เงินรางวัลของสาขา

@foreach ($lottyType as $item) @endforeach @foreach($commission as $key => $val) @foreach ($val['commission']['a'] as $item) @endforeach @foreach ($val['commission']['a'] as $item) @endforeach @foreach ($val['commission']['b'] as $item) @endforeach @foreach ($val['commission']['b'] as $item) @endforeach @foreach ($val['commission']['c'] as $item) @endforeach @foreach ($val['commission']['c'] as $item) @endforeach @endforeach
ไลน์ส่วนลด{{ $item->type }}
A ส่วนลด: {{ $item['discount'] }}%
อัตราจ่าย: {{ $item['payment'] }} THB
B ส่วนลด: {{ $item['discount'] }}%
อัตราจ่าย: {{ $item['payment'] }} THB
C ส่วนลด: {{ $item['discount'] }}%
อัตราจ่าย: {{ $item['payment'] }} THB
@endsection @section('scripts') @endsection