@extends('front.index') @section('meta_title'){{trans('front.home')}} - {{\App\Http\Controllers\GlobalController::language($bid->items,'name')}} @endsection @section('meta_des'){{trans('front.home')}} @endsection @section('meta_key'){{trans('front.home')}} @endsection @section('content')
{{trans('bids.Currentbid')}} : @if(isset($bid->lastoffer[0]['price'])) {{$bid->lastoffer[0]['price']}} @else {{$bid->min_price}} @endif
{{trans('bids.price')}} : {{$bid->min_price}}
{{trans('bids.price_low')}} : {{$bid->low_price}}
{!! \App\Http\Controllers\GlobalController::language($bid->items,'details') !!}