@extends('admin.layouts.master') @section('title','View Refund Request') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Refund Order') }} @endslot @slot('menu1') {{ __('View Refund Request') }} @endslot @endcomponent
{{ $refunds->user->email }}
{{ __('OrderId') }} : | {{ $refunds->order->order_id }} |
---|---|
{{ __('Course') }} : | {{ $refunds->courses->title }} |
{{ __('PaymentMethod') }} : | {{ $refunds->payment_method }} |
{{ __('TotalAmount') }} : | {{ $refunds->total_amount }} |
{{ __('Reason') }} : | {{ $refunds->reason }} |
{{ __('Detail') }} : | {{ $refunds->detail }} |