@extends('layouts.admin') @section('title', 'Withdrawal Request #' . $withdrawalRequest->id) @section('content_header')
{{ json_encode($withdrawalRequest->payment_details, JSON_PRETTY_PRINT) }}