@section('title', '- Your account') @extends('layouts.user-profile') @section('breadcumb')
@endsection @section('section-body')Price: {{ ucfirst($product->price) }} eBits
Quantity Available: {{ $product->stock }}
Category: @foreach ($product->categories as $categories) @lang("categories.".$categories->category->category."") @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") }}"> |
@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) }} |
@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) }} |