@extends('layout.ucenter') @section('css_page_level') {{-- --}} @endsection @section('page-content')

房屋租售

您似乎有部分欄位有錯誤,請查看後再送出。
新增成功。
@if($rentsale->type == '租屋') @else @endif
@foreach($life_function as $item) @if(str_contains($rentsale->life_function,$item)) @else @endif @endforeach
@foreach($offer_facility as $item) @if(str_contains($rentsale->offer_facility,$item)) @else @endif @endforeach
@foreach($offer_furniture as $item) @if(str_contains($rentsale->offer_furniture,$item)) @else @endif @endforeach
@if($rentsale->cover_img == '') @else @endif
選擇圖片 更換 移除
@if($rentsale->image1 != '') @else @endif
選擇圖片 更換 移除
@if($rentsale->image2 != '') @else @endif
選擇圖片 更換 移除
@if($rentsale->image3 != '') @else @endif
選擇圖片 更換 移除

@if($rentsale->image4 != '') @else @endif
選擇圖片 更換 移除
@if($rentsale->image5 != '') @else @endif
選擇圖片 更換 移除

@if($rentsale->file != NULL) {{ $original_filename }} @endif

 
選擇檔案 更換 移除
{{-- --}}
@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection