@extends('emails.layouts.content') @section('emailContent') {!! $body !!} @if($password)
Hello {{$userName}},
Login details are as below :
Email address: {{$email}}
Password: {{$password}}
@endif @if($loginUrl)Please login using below link.
@endif @endsection