@component('mail::message') # Dear {{ $user->name }} @empty($template) Welcome to the **{{ config('app.name') }}**. The **{{ config('app.name') }}** has been created to give you easy **on-line** access to **important Health and Safety forms**, including when you are out of the office, or at a work/job site. Logging in to the **{{ config('app.name') }}** you can: - Report Incidents - Report Near Misses - Complete Pre-Start Checklists - Record Team Safety Meetings - Complete Safe Work Method Statements (SWMS) - Sign-in/out **Click here to login: [{{ route('login') }}]({{ route('login') }})** Best regards from,
the team @ {{ config('app.name') }} @else {!! $template->body !!} @endempty @endcomponent