@extends('adminlte::page') @section('title', 'Add Property') @section('content_header')

Add Property

@endsection @section('content')
@csrf @include('properties.form') Cancel
@endsection