@extends('layouts.app') @section('title') {{ $moduleName }}->{{ $createItemName }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.maintenance-left-sidebar') @stop @section('content')

{{ $createItemName }}


Property /Unit Id - {{ $product->product_unique_id }}
{{-- @dd($product->size_in); --}}
{{ csrf_field() }}
Owner Info
{{--
--}}
@stop @push('include-css') @endpush @push('include-js') @endpush