@extends('layouts.dashboard') @section('title', 'Withdraw Funds - PangoQ') @section('content')

Withdraw Funds

Withdraw from your trip savings wallet.

@csrf
@error('wallet_id')

{{ $message }}

@enderror
$
@error('amount')

{{ $message }}

@enderror

Optional - provide a reason for withdrawing funds.

@error('reason')

{{ $message }}

@enderror
Cancel
@endsection