You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
646 B
24 lines
646 B
|
|
<style>
|
|
.main-column{
|
|
display:flex;
|
|
width:100%;
|
|
}
|
|
.column-one{
|
|
width:50%;
|
|
}
|
|
</style>
|
|
|
|
<h1>Recruitment Enquiry 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 recruitment details</h3>
|
|
<b>Full Name:</b> {{ $full_name }}<br /><br />
|
|
<b>Email:</b> {{ $email }}<br /><br />
|
|
<b>Company Name:</b> {{$company}}<br /><br />
|
|
<b>No of position:</b> {{$no_of_position}}<br /><br />
|
|
<b>Enquiry:</b> {{ $enquiry }}<br /><br />
|
|
</div>
|
|
</div>
|
|
|
|
|