@extends('layouts.adminapp') @section('title') {{__('lng.PropertyType')}} - {{__('lng.Create')}} @endsection @section('open_rent_asset', 'open') @section('active_rent_asset', 'active') @section('active_property_type', 'active') @section('content')

{{__('lng.PropertyType')}}

{{__('lng.CreatePropertyType')}}
@include('PropertyType.createajax')
@endsection