@extends('appshell::layouts.private') @section('title') {{ __('Create Property') }} @stop @section('content') {!! Form::open(['route' => 'vanilo.admin.property.store', 'autocomplete' => 'off']) !!}
{{ __('Property Details') }}
@include('vanilo::property._form')
{!! Form::close() !!} @stop