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

Hello, {{ $mail_body->name }}

Login details:

Email: {{ $mail_body->email }}

Password: {{ $mail_body->password }}

If, you will face any issue you can contact with us.
Regards,
{{ get_setting('site-name') }}
@endsection @section('footer-2-user-type') @include('email.partials.footer-2-restaurant-owner') @endsection