@component('mail::message') # {{__("Hi,")}} {{$value->order->user->name}}

{{__("This is to inform you that your order #")}}{{ $value->order->order_id }} {{'item has been come in stock.'}}

{{__("Please click here to pay your remaning amount")}}

@component('mail::button', ['url' => URL::temporarySignedRoute('preorder.remain.payment', now()->addMinutes(15), ['id' => $value->id]) ]) {{ $value->order->paid_in_currency }} {{ price_format($value->remaning_amount) }} @endcomponent

{{__("Once the amount is paid your order will be proceed further.")}}


{{__("This link is valid only for 15 minutes if it's expired kindly contact seller to re-send it.")}} {{__("Thanks,") }}
{{ config('app.name') }} @endcomponent