@extends('layouts.email') @section('content')

Hi {{$name}},

{{$invcontent}}

@if(isset($password))

Please find the following credential to login into your account.

URL: {{url('login-email')}}

Email: {{$email}}

Password: {{$password}}

@endif
@endsection