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

Update Customer Application

Go Back
@if(is_null($app->business_name) == false)
@else
@if($app->is_sc == false) @else @endif is_sc == false) {{ 'disabled' }} @endif>
@endif
representative_name != null) {{ 'checked' }} @endif> representative_name == null) {{ 'disabled' }} @endif>
@if(session('system_mode') == 'parallel')
@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