@extends('emails.templates.default') @section('content')

{{ __('email.greeting', ['name' => trim($name)!='' ? $name : 'there']) }}

{{ __('email.idle_user_notification.message') }}

{{ __('email.idle_user_notification.more_text') }}

{{ __('email.idle_user_notification.end_line') }}

@include('emails.templates.signoff', ['thank_you' => __('email.thank_you'), 'wish' => __('email.wish')])
@endsection