@extends('layouts.admin') @push('title', get_phrase('Invoice')) @push('meta')@endpush @push('css')@endpush @section('content')
# | {{ get_phrase('Type') }} | {{ get_phrase('Requested amount') }} | {{ get_phrase('Amount') }} |
---|---|---|---|
{{ ++$key }} | {{ get_phrase('Withdrawal request') }} | {{ currency($invoice_info->amount) }} | {{ currency($invoice_info->amount) }} |
{{ get_phrase('Subtotal') }} :{{ currency($invoice_info->amount) }}