| {{ __('subject') }} | {{ __('amount') }} | {{ __('created_at') }} | {{ __('Status') }} | {{ __('Office') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
| {{$refund->ticket->ticket_number }} | {{ formatPrice($refund->amount) }} | {{ $refund->created_at->format('Y/m/d') }} | {{ $refund->status}} | {{ $refund->ticket->segment->booking->office->name}} | @if($refund->status ==App\Models\Refund::STATUS_PENDING) Refund @else Print @endif |