{{__('Hello,')}} {{$data->full_name}}
{{__('Your order #'.$data->id)}} {{__('has been placed on '.date_format($data->created_at,'d F Y H:m:s'))}} {{__('via '.ucwords(str_replace('_',' ',$data->selected_payment_gateway)).'. Check your dashboard for more info.')}}
{{__('Hey')}}
{{__('Your have an gig order #'.$data->id)}} {{' '.$data->billing_name}}{{__(' has been placed it on '.date_format($data->created_at,'d F Y H:m:s'))}} {{__('via '.ucwords(str_replace('_',' ',$data->selected_payment_gateway)).'. Check your dashboard for more info.')}}
{{$all_plan_description[$data->selected_plan_index]}}