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