@extends('layouts.app') @section('page-header') @endsection @section('content')

{{ __('Payout Request') }} ID: {{ $id->request_id }}

{{ __('Created Date') }}:
{{ $id->created_at }}
{{ __('Status') }}:
{{ ucfirst($id->status) }}
{{ __('Last Updated') }}:
{{ $id->updated_at }}
{{ __('Payment Gateway') }}:
{{ $id->gateway }}
{{ __('Total Amount') }}:
{!! config('payment.default_system_currency_symbol') !!}{{ $id->total }} {{ config('payment.default_system_currency') }}
@endsection