@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
@if($withdrawalRecord->status !=="pending") @else @endif

@if($withdrawalRecord->status == 'pending') @endif
@endcomponent {!! Form::close() !!}
@endsection @section('javascript') @php $asset_v = env('APP_VERSION'); @endphp @endsection