@extends('emails/user/layouts/system') @section('content')

{{ __("Authentication to :portal_name", ['portal_name' => $portal_name]) }}

{{ __('Log In') }}

{{ __("If the 'Log In' button does not work, open the following URL in your browser:") }}
{{ $auth_link }}

@endsection @section('footer') © {{ date('Y') }} {{ $portal_name }} @endsection