@extends('head-ref-src') @section('content') @if ($type == 1)

Welcome to Sales Pipeline.

Username: {{ $user['username'] }}
Password: {{ $newPassword }}

You can click here to log in.

@endif @if ($type == 2)

Hello {{ $user->name }} {{ $user->surname }}

The {{ $user->username }} account of Sales Pipeline has been reset password to be "{{ $newPassword }}"

If you need to log in, you can click here!

@endif @endsection