@extends('../../master_layout/admin_master') @section('title') {{config('constants.APP_NAME')}} Auction Bids @endsection @section('content')

Auction #{{ $auction->auction_id }} Bids - @if(isset($auction->city_name) && $auction->city_name !='') {{$auction->city_name}} @endif {{$auction->country_name}}

@if(session('message'))
@if(session('message.type')=='danger')

Sorry! {!! session('message.text') !!}

@else

Success! {!! session('message.text') !!}

@endif
@endif
#{{ $auction->auction_id }}
#{{$auction->spot}}
{{ date('d/m/Y H:i A', strtotime($auction->bid_startdate))}}
{{ date('d/m/Y H:i A', strtotime($auction->bid_enddate))}}
{{$auction->country_name}}
@if(isset($auction->city_name) && $auction->city_name !='')
{{$auction->city_name}}
@endif
@if(isset($auction->city_id) && $auction->city_id > 0) Back @else Back @endif
Created On Profile Bid (Price) Status
@endsection @section('custom_js') @endsection