@php use App\Models\Admin\Settings; $logo = Settings::get('logo'); @endphp Support-Portal Invoice
{{--

Support Portal

--}}
 INVOICE 
Proforma Invoice No. #{{ $transaction->id}}
Personal Details
Student Name
{{ @$transaction->user->first_name .' '. @$transaction->user->last_name }}
Email Address
{{ @$transaction->user->email }}
Phone Number
{{ @$transaction->user->phonenumber }}
Branch Name
{{ @$transaction->branches->title }}
Class
{{ @$transaction->classes->title }} @if( isset($transaction->sections->title) && $transaction->sections->title) - {{$transaction->sections->title}} @endif
Transaction Details
Payment ID
{{ @$transaction->payment_id }}
Payment Type
{{ ucfirst(@$transaction->transaction_type) }} Fees
Total Amount
{{ @$totalAmount ? @$totalAmount : '' }}
Transaction Method
{{ ucfirst(@$transaction->payment_method) }}
Transaction Type
@if(@$transaction->transaction_type) {{ ucwords(str_replace('_', ' ', @$transaction->transaction_type ?? '')) }} @endif
Paid on
{{ _dt(@$transaction->created_at) }}
Transaction Status
@if(@$transaction->status == 1)  Success  @elseif(@$transaction->status == 2)  Pending  @elseif(@$transaction->status == 3)  Failed  @endif