@extends('layout.front') @section('css_page_level') @endsection @section('page-content')
我要刊登
房屋租售
@if($rentsale->count() == 0)
×
很抱歉!
目前沒有任何房屋租售的資訊。
@endif @foreach($rentsale as $one)
@if($one->cover_img != '')
@else
@endif
${{$one->fee}}
{{str_limit($one->title , 20)}}
{{str_limit($one->title , 50)}}
{{$one->user_id}} 於 {{$one->time_age}} 發布
@endforeach
@endsection