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

Location Admin Credentials

Dear user,

This is your Login Credentials

Your Email id is {{$email_address}}

Your Password is {{$password}}

To Login click on the below link

Click to Login

@include('email.partials.regards') @endsection