@extends('customer.dashboard.layout') @section('title', 'Payment Details') @section('content')
Submitted on {{ $submission->created_at->format('F d, Y \a\t g:i A') }}
| {{ ucwords(str_replace('_', ' ', $key)) }} | @if(is_array($value)) {{ implode(', ', $value) }} @else {{ $value }} @endif |