@extends('layouts.app') @push('title') {{$pageTitle}} @endpush @section('content')
{{ __('Name') }}
|
{{ __('Purpose') }}
|
{{ __('Transaction ID') }}
|
{{ __('Payment Method') }}
|
{{ __('Date and Time') }}
|
{{ __('Amount') }}
|
---|