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

Edit Cancel Property Request


Update Information

{{ csrf_field() }} id }} name='property_no'>
@if ($errors->has('property_no')) {{ $errors->first('property_no') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('fee')) {{ $errors->first('fee') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
{{-- Adjust or Refund Property --}} {{-- End Adjust or Refund Property --}}
@stop @section('js') @stop