@php use Illuminate\Support\Facades\URL; @endphp @extends('layouts.user.master') @section('title') @lang('translation.create-product') @endsection @section('css') {{-- --}} @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Ecommerce @endslot @slot('title') Edit property information @endslot @endcomponent
@csrf @method('PUT')
Please Enter a title for the property.
Please Enter a title for the property.
{{-- TODO not tested --}}
{!! $property->description !!}
Property Gallery
Property Image

Add Product Main Image.

Property Gallery Collection

Add Product Gallery Images.

Drop files here or click to upload.(You can also add document images)
  • Product-Image
     

Publish
Price
@if($property->property_status == 'both') @elseif($property->property_status == 'for sale') @elseif($property->property_status == 'for rent') @endif
Area
Property Categories
Documents
Location
Year of build

Enter the year the property was build

@endsection @section('script') {{-- JS libraries --}} {{-- Custom JS files --}} @endsection