@extends('admin.layouts.app') @section('panel')
@forelse($bids as $bid) @empty @endforelse
@lang('S.N.') @lang('Project Name') @lang('Bid Carbon Credit Amount') @lang('Bid Amount') @lang('Bid Time') @lang('View Product')
{{ $bids->firstItem() + $loop->index }} {{ __($bid->product->name) }} {{ showAmount($bid->carbon_amount) }} {{ $general->cur_sym }}{{ showAmount($bid->amount) }} {{ showDateTime($bid->created_at) }}
{{ diffForHumans($bid->created_at) }}
{{ __($emptyMessage) }}
@if ($bids->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @if(request()->routeIs('admin.users.bids'))
@else
@endif @endpush