@extends('tablar::page') @section('content')
@foreach($winner_totals as $total) @endforeach
Bidder Total Won
{{ $total->bidder_fname }} {{ $total->bidder_lname }} ${{ number_format($total->total_won, 2) }}
@endsection @push('js') @include('components.tomselect') @endpush @include('components.tomselect')