@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 }}
{{ __('adminstaticword.OrderId') }} : | {{ $refunds->order->order_id }} |
---|---|
{{ __('adminstaticword.Course') }} : | {{ $refunds->courses->title }} |
{{ __('adminstaticword.PaymentMethod') }} : | {{ $refunds->payment_method }} |
{{ __('adminstaticword.TotalAmount') }} : | {{ $refunds->total_amount }} |
{{ __('adminstaticword.Reason') }} : | {{ $refunds->reason }} |
{{ __('adminstaticword.Detail') }} : | {{ $refunds->detail }} |