@extends('admin.layouts.container') @section('content')
{{$refund->uuid}}
{{$refund->order_id}}
{{$refund->date}}
{{$refund->note}}
{{$refund->card->card ?? '-'}}
{{$refund->card->year ?? '-'}}
{{$refund->card->month ?? '-'}}
{{$refund->order->user->name ?? ''}}
{{$refund->order->user->email ?? ''}}
{{$refund->order->user->phone ?? ''}}
{{ $refund->orderProduct->product->currentDescription->title }} {{$refund->orderProduct->option_id ? (' - '.$refund->orderProduct->option->currentDescription->title ) : '' }}
{{ $refund->orderProduct->product->category->currentDescription->title }}
{{ $refund->orderProduct->product->subCategory->currentDescription->title }}
{{ $refund->orderProduct->product->brand->currentDescription->title }}
{{ $refund->orderProduct->store->currentDescription->title }}
{{ $refund->orderProduct->count}}
{{ $refund->orderProduct->total}}