Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/ET-VISA/src/branch/et%2312/resources/views/contact_mail.blade.php You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 

27 lines
632 B

<style>
.main-column{
display:flex;
width:100%;
}
.column-one{
width:50%;
}
</style>
<h1>Contact Details</h1>
<br />
<div class="main-column" style = "display:block; width:100%;">
<div class="column-one" style = "display:block; width:100%;">
<h3>Please, find out the contact details</h3>
<b>Full Name:</b> {{ $full_name }}<br /><br />
<b>Email:</b> {{ $email }}<br /><br />
<b>Phone:</b> {{$phone}}<br /><br />
<b>Nationality:</b> {{$nationality}}<br /><br />
<b>Message:</b> {{ $contact_message }}<br /><br />
</div>
</div>