@section('title', '- Place your order') @extends('layouts.user-profile', ['withOutAside' => true]) @section('section-body')

Review your whishlist


@if (empty($data))

@lang('products.not_found')

@endif @foreach ($data as $key => $product)
@if (!session('user'))

@lang('products.need_logged_buy')

@endif

{{ $product['product']['name'] }}

{{ str_limit($product['product']['description'], 200) }}

@if ($product['product']['delivery'] == 1)

@lang('products.note'): @lang('products.info_delivery')

@endif

@lang('products.seller'): $product['user']['id']]) }} class="without_under"> {{ $product['product']['user']['first_name'] }} {{ $product['product']['user']['last_name'] }}

@lang('products.price'): {{ $product['product']['price'] }} eBits

@endforeach
@endsection @push('js') @endpush