@php($page = 'properties') {{ env('APP_NAME') }} | Upload Properties
@include('components.navbar')
@include('components.sidebar')

Upload Properties

Select a site, then upload a spreadsheet containing all property records. Required columns: Title, Unit, Type, Size, Price.

@csrf
@error('site_id') {{ $message }} @enderror
@error('file') {{ $message }} @enderror
  • Title
  • Unit
  • Type
  • Usage Type
  • Category
  • Size
  • Floor
  • Block
  • Price
  • Latitude
  • Longitude
  • Description
Cancel
@include('components.footer')