@extends('layouts.app') @section('title') All Adjust Units @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

Adjust Units

Adjusted Units

@permission('view-cancellation') @else @endpermission @permission('edit-adjust') @else @endpermission @foreach ($allStatementsAdjust as $statementadjust) @if ($statementadjust->cancelProperty->after_cancellation_status == 'pending') @elseif($statementadjust->cancelProperty->after_cancellation_status == 'adjust-pending') @elseif($statementadjust->cancelProperty->after_cancellation_status == 'refund-pending') @elseif($statementadjust->cancelProperty->after_cancellation_status == 'adjusted') @elseif($statementadjust->cancelProperty->after_cancellation_status == 'refunded') @endif @endforeach
# UA No Unit # Member Name Received Amount Status Action
{{ $count++ }} {{ !empty($statementadjust->unitAdjustHistory) ? $statementadjust->unitAdjustHistory->ua_no : 'dsdfd' }} {{ $statementadjust->inventory->unit_number }} {{ $statementadjust->customer ? $statementadjust->customer->name : '' }}
Dealer: {{ $statementadjust->dealer ? $statementadjust->dealer->name : '' }}
{{ $statementadjust->unitAdjustHistory->total_received_amount }} Pending Adjust/Pending Refund/Pending AdjustedRefunded
@if ($view_membership)    @endif @if ($edit_refund && $statementadjust->cancelProperty->after_cancellation_status == 'pending')    @endif
{{ $allStatementsAdjust->links() }}

Adjusted Units

Pending Adjust Units

@permission('view-cancellation') @else @endpermission @permission('edit-adjust') @else @endpermission @foreach ($OpenFileDealerInfo_pending_adjust as $openfile) @if ($openfile->cancelOpenFile->status == 0) @elseif($openfile->cancelOpenFile->status == 1) @else @endif @role('admin') @else @endrole @if ($admin) @if ($openfile->inventory->status == \App\Inventory::open) @elseif($openfile->inventory->status == \App\Inventory::package_open_file) @elseif($openfile->inventory->status == \App\Inventory::sold) @elseif($openfile->inventory->status == \App\Inventory::hold_client) @elseif($openfile->inventory->status == \App\Inventory::hold_company) @elseif($openfile->inventory->status == \App\Inventory::token_hold) @else @endif @else @if ($openfile->inventory->status == \App\Inventory::open) @else @endif @endif @if ($openfile->cancelOpenFile->after_cancellation_status == 'pending') @elseif($openfile->cancelOpenFile->after_cancellation_status == 'adjust-pending') @elseif($openfile->cancelOpenFile->after_cancellation_status == 'refund-pending') @elseif($openfile->cancelOpenFile->after_cancellation_status == 'adjusted') @elseif($openfile->cancelOpenFile->after_cancellation_status == 'refunded') @elseif($openfile->cancelOpenFile->after_cancellation_status == 'decline') @elseif($openfile->cancelOpenFile->after_cancellation_status == 'swap-pending') @endif @endforeach
# Project Package Name Unit # Dealer Name Dealer Code Cancel Date Cancel Fee(pkr) Request Status Open File Status After Cancellation Decision Request
Action
{{ $count++ }} {{ $openfile->inventory->multiProject->name }} @if ($openfile->dealerPackage) dealerPackage->id) }}'> {{ $openfile->dealerPackage->package->name }} @endif {{ $openfile->inventory->unit_number }} {{ $openfile->dealer->name }} {{ $openfile->dealer->code }} {{ date('d-m-Y', strtotime($openfile->cancelOpenFile->created_at)) }} {{ $openfile->cancelOpenFile->fee }} Pending ApprovedOpenOpen/Dealer Package FileSoldClient HoldCompany HoldToken Hold OpenSoldPending Adjust/Pending Refund/Pending AdjustedRefundedDecline Swap/Pending @if ($edit_refund)    @endif
@stop @section('js') @stop