@component('mail::message') # Order Closed of '{{$order->subscription_title}}' @component('mail::panel') *Source: *{{ $order->source_title }}
*ID: *{{ $order->ticket }}
*Symbol:* {{ $order->symbol }}
*Type:* @if( $order->type_ == 0) Buy @else Sell @endif
*Lots:* {{ $order->lots }}
*Entry Price:* {{ $order->price }} @ (*Entry Time:* {{ $order->time_open }} )
*Closed Price:* {{ $order->price_close }} @ (*Close Time:* {{ $order->time_close }} )
*Profit/Loss:* {{ $order->pl }}
*Pips:* {{ $order->pips }}
@endcomponent @endcomponent