@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title))

{{ $title }}

@endif @include('admin.flash_msg')
@if($ad->bids->count()) @foreach($ad->bids as $bid) @endforeach
@lang('app.bidder') @lang('app.bid_amount') @lang('app.date_time') #
@lang('app.bidder') #{{$bid->user_id}} {{themeqx_price($bid->bid_amount)}} @if($ad->current_bid() == $bid->bid_amount) @lang('app.highest_bid') @endif {{$bid->posting_datetime() }} @if( ! $ad->is_bid_accepted()) @endif
@else

@lang('app.there_is_no_bids')

@endif
@endsection @section('page-js') @endsection