@extends($activeTemplate.'layouts.master') @section('content')
@forelse ($winningHistories as $winner) @empty @endforelse
@lang('S.N.') @lang('Project Name') @lang('Bid Carbon Credit Amount') @lang('Bid Amount') @lang('Bid Time') @lang('Active')
{{ $winningHistories->firstItem() + $loop->index }} {{ $winner->product->name }} {{ showAmount($winner->bid->carbon_amount) }} {{ $general->cur_sym }}{{ showAmount($winner->bid->amount) }} {{ showDateTime($winner->bid->created_at) }}
{{ diffForHumans($winner->bid->created_at) }}
@if($winner->product_delivered == 0) @endif @lang('View')
{{ __($emptyMessage) }}
{{ $winningHistories->links() }}
@endsection @push('modal') {{-- WITHDRAW MODAL --}} @endpush @push('script') @endpush