@extends('layouts.app-admin') @section('content')
Shipment Title: {{ $data['shipment_title'] }}
Origin: {{ $data['origin'] }}
Destination: {{ $data['destination'] }}
Paid To Company: ${{ $data['booked_price'] }}
Name: {{ $data['transporter']['name'] }}
Email: {{ $data['transporter']['email'] }}
Phone: {{ $data['transporter']['phone'] }}
Name: {{ $data['customer']['name'] }}
Email: {{ $data['customer']['email'] }}
Phone: {{ $data['customer']['phone'] }}
Request on: {{ $data['cancellation']['auto_cancel_on'] }}
Requested by: {{ $data['cancellation']['requested_by'] }}
Reason: {{ $data['cancellation']['reason'] }}
@if (!empty($data['reply']['id'])) Reply Support @else Start Support @endifCustomer Name: {{ $data['customer']['name'] }}
Transaction ID: {{ $data['refund']['transaction_id'] }}
Refunded Status: {{ !($data['refund']['is_refunded']) ? 'Pending' : 'Refunded' }}
Amount: ${{ $data['refund']['amount'] }}
@if (!empty($data['refund']['coupon']))Coupon Used: {{ $data['refund']['coupon'] }}
@endif @if (!($data['refund']['is_refunded'])) @endif