@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ ___('common.Property') }}

@if (hasPermission('property_create')) {{ ___('common.Add Property') }} @endif
@if (hasPermission('user_update') || hasPermission('user_delete')) @endif @forelse ($data['property'] as $key => $row) {{-- @dd($row->location) --}} @if (hasPermission('user_update') || hasPermission('user_delete')) @endif @empty @endforelse
{{ ___('common.sr_no.') }} {{ ___('common.name') }} {{ ___('common.Info') }} {{ ___('common.Particulars') }} {{ ___('common.Address') }} {{ ___('common.Type') }} {{ ___('common.status') }}{{ ___('common.action') }}
{{ ++$key }} {{$row->type==1?'Commercial':'Residential'}}
{{ ___('common.Status') }}: {{$row->completion==1?'Completed':'Under Construction'}}
{{ ___('common.Unit') }}: {{$row->total_unit}}
{{ ___('common.Occupied') }}: {{$row->total_occupied}}
{{ ___('common.Rent') }}: {{$row->total_rent}}
{{ ___('common.Sell') }}: {{$row->total_sell}}
{{ ___('common.Size') }}: {{$row->size}} {{ ___('common.sqft') }}
{{ ___('common.Dining Combined') }}: {{$row->dining_combined==1?'Yes':'No'}}
{{ ___('common.Bedroom') }}: {{$row->bedroom}}
{{ ___('common.Bathroom') }}: {{$row->bathroom}}
{{ ___('common.Rent Amount') }}: {{$row->rent_amount}}
@if ($row->flat_no) {{ ___('common.Flat No.') }}: {{$row->flat_no}} @endif
{{ ___('common.Address') }}: {{ @$row->location->address}}
{{ ___('common.State') }}: {{ @$row->location->state->name}}
{{ ___('common.City') }}: {{ @$row->location->city->name}}
{{ ___('common.Post Code') }}: {{ @$row->location->post_code}}
{{ ___('common.Country') }}: {{ @$row->location->country->name}}
{{$row->deal_type == 1 ? 'Rent':'Sell'}}
@if ($row->status == App\Enums\Status::ACTIVE) {{ ___('common.active') }} @else {{ ___('common.inactive') }} @endif

No data available

Please add new entity regarding this table

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush