@extends('admin.layouts.master') @section('contents')

{{__('Withdrawal Request Details')}}

{{ __('dash.Stripe Connect') }}

@if($stripeConnectDashboardUrl) @endif
@if($withdrawal->notes)

{{__('Notes')}}

{{$withdrawal->notes}}
@endif @if($withdrawal->status === 'pending')
@csrf
@endif
@endsection @section('scripts') @include('admin.partials.reject-reason-field-scripts') @endsection