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

Hello, {{ $mail_body->name??'' }}

Please register your restaurant from the below link,

Email: {{ $mail_body->email??'' }}

Link: Click here

If, you 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