@extends('layouts.main') @section('content') @foreach ($transection as $trans) @endforeach
Market Amount
{{ $trans->game_tid }} {{ \App\Models\Transection::where('game_tid', $trans->game_tid)->sum('amount') }}
@endsection