@extends('admin.layouts.app') @section('contents')
| 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 !!} |