@component('mail::message') Hello {{ $shippmentData->User->name }}, Your shipment has been created successfully.

Shipment Details :

Shipment : #{{$shippmentData->id}}

Created On : {{$shippmentData->created_at}}

Ship From : @shipmentaddress(['html' => 'yes' , 'type' => 'from', 'shippmentData' => $shippmentData->shipping_address]) @endshipmentaddress

Ship To : @shipmentaddress(['html' => 'yes' , 'type' => 'to','shippmentData' => $shippmentData->shipping_address]) @endshipmentaddress

@if($shippmentData->shipment_identification_no != null)

Shipment Identification Number : {{$shippmentData->shipment_identification_no}}

@endif

Packages :

Thanks,
{{ config('app.name') }} @endcomponent