@section('title', '- Your account') @extends('layouts.user-profile') @section('breadcumb') @endsection @section('section-body')
{{ $product->name }}
id") }}" class="title_link">

{{ $product->name }}

Price: {{ ucfirst($product->price) }} eBits

Quantity Available: {{ $product->stock }}

Category: @foreach ($product->categories as $categories) @lang("categories.".$categories->category->category."") @endforeach



Active offers @foreach ($product->pending_offers as $offer) @endforeach
@lang('profile.price') @lang('profile.amount_o') @lang('profile.buyer') @lang('profile.date') @lang('products.action')
{{ $product->price }} eBits {{ $offer->amount }} eBits {{ $offer->user->first_name }} {{ $offer->user->last_name }} {{ $offer->created_at }} id/accept") }}"> id/decline") }}">
Approved offers @foreach ($product->approved_offers as $offer) @endforeach
@lang('profile.price') @lang('profile.amount_o') @lang('profile.buyer') @lang('profile.date') @lang('profile.status')
{{ $product->price }} eBits {{ $offer->amount }} eBits {{ $offer->user->first_name }} {{ $offer->user->last_name }} {{ $offer->created_at }} {{ ucfirst($offer->status) }}
Declined offers @foreach ($product->declined_offers as $offer) @endforeach
@lang('profile.price') @lang('profile.amount_o') @lang('profile.buyer') @lang('profile.date') @lang('profile.status')
{{ $product->price }} eBits {{ $offer->amount }} eBits {{ $offer->user->first_name }} {{ $offer->user->last_name }} {{ $offer->created_at }} {{ ucfirst($offer->status) }}
@endsection @push('js') @endpush