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

Withdraw Details

Store {{ $withdraw_request->store->name }}
Amount {{ $withdraw_request->amount }}
Payment Method {{ $withdraw_request->payment_method }}
Status {{ $withdraw_request->status }}
Gateway Details {!! $withdraw_request->payment_details !!}
@if($withdraw_request->status == 'pending')
@csrf @method('PUT')
@endif
@endsection