@extends('layouts.app') @section('title') Create Block Unit @stop @section('breadcrumb') @stop @section('content')

Block Property


Select Property


{{ csrf_field() }}
@if ($errors->has('property_no')) {{ $errors->first('property_no') }} @endif
@stop @section('js') @stop