@extends('layouts.master') @section('title') LT-168 :: เปอร์เซ็นต์ถือสู้ @endsection @section('sub_title') เปอร์เซ็นต์ถือสู้ @endsection @section('content')

รายการเปอร์เซ็นต์ถือสู้ของเอเยนต์

@foreach ($lottyType as $item) @endforeach @foreach($agentPercent as $key => $val) @for ($i = 0; $i <= $val->user->position; $i++) @foreach ($lottyType as $item) @endforeach @endfor @endforeach
ชื่อผู้ใช้{{ $item->type }}
{{ $val->user->username }}
{{ positionText($i, true) }} {{ $val->percent[$item->type][$i] }}%
@endsection @section('scripts') @endsection