@extends('layouts.main') @section('title') {{ __('Property') }} @endsection @section('page-main-title') {{ __('Property') }} @endsection @section('content')
@if (has_permissions('create', 'property'))
{!! Form::open(['route' => 'property.create', 'class' => 'd-inline']) !!} {{ method_field('get') }} {{ Form::submit(__('Add Property'), ['class' => 'btn btn-primary']) }} {!! Form::close() !!}
@endif
@if (has_permissions('update', 'property')) @endif
{{ __('ID') }} {{ __('Title') }} {{ __('Category') }} {{ __('Slug') }} {{ __('City') }} {{ __('Customer') }} {{ __('Mobile') }} {{ __('Type') }} {{ __('Enable/ Disable') }} {{ __('Status') }} {{ __('Interested Users') }} {{ __('Status') }} {{ __('Action') }}
{{-- Filter Modal --}} {{-- End Filter Modal --}} {{-- Interested Users Modal --}} {{-- End Interested Users Modal --}} {{-- Gallery Images Modal --}} {{-- End Gallery Images Modal --}} {{-- Gallery Images Modal --}} {{-- Change Request Status Modal --}} {{-- End Change Request Status --}} {{-- Rejection Reason Modal --}} {{-- End Rejection Reason Modal --}} {{-- Change Type Status Modal --}} {{-- Mark Payment Received Modal --}}
@endsection @section('script') @endsection