@section('content')
Dear customer,
@if ($order_shipment->type=='post-address')
Your order {{$order->order}} has been advanced to Slovenská pošta with file number {{$order->shipment_number}} and will be delivered approximately within 3 days to the address you have submitted.
@endif
@if ($order_shipment->type=='post-office')
Your order {{$order->order}} has been advanced to Slovenská pošta with file number {{$order->shipment_number}} and will be delivered approximately within 2 days to the branch of the Slovenská pošta you have chosen.
@endif
@if ($order_shipment->type=='post-box')
Your order {{$order->order}} has been advanced to Slovenská pošta with file number {{$order->shipment_number}} and will be delivered approximately within 2 days to the branch of the Slovenská pošta you have chosen.
@endif
@if ($order_shipment->type=='courier-dhl')
Your order {{$order->order}} has been advanced to DHL courier service with file number {{$order->shipment_number}} and will be delivered approximately within 1 day to the address you have submitted.
@endif
@if ($order_shipment->type=='post-czech')
Your order {{$order->order}} has been advanced to Slovenská pošta with file number {{$order->shipment_number}} and will be delivered approximately within 3 days to the address you have submitted.
@endif
@if ($order_shipment->type=='post-europe')
Your order {{$order->order}} has been advanced to Slovenská pošta with file number {{$order->shipment_number}} and will be delivered approximately within 3 days to the address you have submitted.
@endif
Thank you for your confidence.
Best wishes,
VEDA,
Publishing House of the Slovak Academy of Sciences
@stop