@extends('layouts.app') @section('content')

Encashment #{{$encashment_query->reference}}

Reference
Request Type
Requested Amount
Tax({{$encashment_query->tax}}%)
Processing Fee
Payout
Date
Status
User Info
Username:
{{$encashment_query->user->username}}
DID:
{{$encashment_query->user->id_number}}
First Name:
{{$encashment_query->user->firstname}}
Last Name:
{{$encashment_query->user->surname}}
Role:
{{$encashment_query->user->role->title}}
@can('do',['process','encashments']) @if($encashment_query->status == 'PENDING')
@csrf @honeypot
Payment Status

@endif @endcan
@endsection @section('page_script') @parent @endsection