@extends('layouts.app') @section('title', 'BWSI') @section('body')

Update Customer Application

Go Back
{{-- {{ dd($app) }} --}}
@if(is_null($app->business_name) == false)
@else
SENIOR CITIZEN NO.
age < 60) disabled="true" @else @if ($app->is_sc) checked @endif @endif > {{-- @if($app->is_sc == false) @else @endif --}} is_sc) value="{{ $app->sc_number }}" @else disabled="true" @endif >
Please check the checkbox if the customer is eligible for a senior discount.
@endif
representative_name != null) {{ 'checked' }} @endif> representative_name == null) {{ 'disabled' }} @endif>
@if (session('athena_loan'))
IS APPLYING ATHENA LOAN
is_athena) checked @endif disabled="true" > {{-- --}}
If the customer is applying for Athena Loan, please select the customer's old account for reference.
@endif @if(session('system_mode') == 'parallel' || auth()->user()->designation == 'ADMINISTRATOR')
DATE APPLIED*
@endif
@if ($app->ref_name)
IF THE APPLICANT WAS REFERRED BY A CUSTOMER OR EMPLOYEE, PLEASE SPECIFY. IF THE CUSTOMER DOES NOT HAVE AN ACCOUNT, PLEASE PROVIDE THE CUSTOMER'S NAME.
REFERRAL
ref_type == 'employee') {{ 'checked' }} @endif disabled> {{ $app->ref_type == 'employee' ? 'EMPLOYEE' : 'CUSTOMER' }}
@endif
PROVINCE CITY BARANGAY HOUSE NO, STREET, VILLAGE DOWNPAYMENT
@if($app->downpayment && $app->downpayment->status == 'p')
PAID
@elseif($app->downpayment && $app->downpayment->status == 'up')
@else
@endif
@endsection @section('scripts') @endsection