@extends('email.layouts.email') @section('styles') @endsection @section('content')
Dear user,
This is your Login Credentials
Your Email id is {{$email_address}}
Your Password is {{$password}}
To Login click on the below link
@include('email.partials.regards')