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

Refund Request Information

{{ csrf_field() }} {{-- Adjust or Refund Property --}}
cancelProperty->id}}> {{-- Refund Div --}}
unitRefundHistory)?$allStatements->unitRefundHistory->total_deduct:0}} oninput="getPerIf(this)"> @if ($errors->has('refund_amount_deducted')) {{ $errors->first('refund_amount_deducted') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
{{-- End Refund Div --}}
{{-- End Adjust or Refund Property --}}

Request Information

  Detail

@if ($allStatements->status == \App\CustomerProperty::pending) @elseif($allStatements->status == \App\CustomerProperty::approved) @elseif($allStatements->status == \App\CustomerProperty::cancel) @else @endif @if ($allStatements->cancelProperty->after_cancellation_status == 'pending') @elseif($allStatements->cancelProperty->after_cancellation_status == 'adjust-pending') @elseif($allStatements->cancelProperty->after_cancellation_status == 'refund-pending') @elseif($allStatements->cancelProperty->after_cancellation_status == 'adjusted') @elseif($allStatements->cancelProperty->after_cancellation_status == 'refunded') @elseif($allStatements->cancelProperty->after_cancellation_status == 'decline') @endif
Property No: {{ $allStatements->customer->name }} - {{ $allStatements->inventory->unit_number }} - {{ $allStatements->membership_no }} Request: Cancel
Unit Status:PendingApprovedCanceledFee/Charges: {{ $allStatements->cancelProperty->fee }}
After Cancellation Decision Request:PendingAdjust/PendingRefund/PendingAdjustedRefundedDecline
{{--
{{ 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