@extends('layouts.app') @section('title', __('Withdrawal Request Form')) @section('content') Withdrawal Request Form @component('components.widget', ['class' => 'box-primary']) @csrf @if(!empty($withdrawalRecord->image)) @else @endif {{$withdrawalRecord->f_name }} {{$withdrawalRecord->l_name }} Prime Account Number {{$withdrawalRecord->prime_account_no }} Address : Mobile : Email : Bank A/C No: Bank IFSC Code: Wallet Balance : Request Amount Status : @if($withdrawalRecord->status !=="pending") @else status=="pending" ? 'selected' : ''}}>pending status=="paid" ? 'selected' : ''}}>paid status=="rejected" ? 'selected' : ''}}>rejected @endif Remarks : status !=="pending")readonly @endif>{{$withdrawalRecord->description }} @if($withdrawalRecord->status == 'pending') Submit @endif @endcomponent {!! Form::close() !!} @endsection @section('javascript') @php $asset_v = env('APP_VERSION'); @endphp @endsection