@extends('layout.front') @section('css_page_level') @endsection @section('page-content')

@lang('messages.2hand_stuff')

@if($secondhands->count() == 0)
@lang('messages.sorry')  @lang('messages.no_2hand_proinfo')
@endif @foreach($secondhands as $one)
@if($one->cover_img != '') @else @endif

${{$one->price}}

{{str_limit($one->product_name , 20)}}

{{str_limit($one->title , 50)}}

{{$one->user_id}} @lang('messages.yuuuuu') {{$one->time_age}} @lang('messages.publishhhhh')

@endforeach
@endsection