@extends('layouts.app') @section('title') Create Cancellation Request @stop @section('breadcrumb') @stop @section('content')

Cancel Property Request


Add Information


{{ csrf_field() }}
@if ($errors->has('property_no')) {{ $errors->first('property_no') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($projectType->id == \App\ProjectType::society)
{{ csrf_field() }}
@if ($errors->has('openfiledealerinfo_no')) {{ $errors->first('openfiledealerinfo_no') }} @endif
@if ($errors->has('openfile_status')) {{ $errors->first('openfile_status') }} @endif
@if ($errors->has('openfile_cancelfee')) {{ $errors->first('openfile_cancelfee') }} @endif
@endif
@stop @section('js') @stop