<style> .main-column{ display:flex; width:100%; } .column-one{ width:50%; } </style> <h1>Enquiry from Applicant </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 applicant details</h3> <b>Full Name:</b> {{ $full_name }}<br /><br /> <b>Email:</b> {{ $email }}<br /><br /> <b>Phone:</b> {{$phone}}<br /><br /> <b>Passport Country:</b>{{$country}}<br/><br/> <b>Work Pemrit in Australia:</b> {{ $work_permit == 1 ? 'Yes' : 'No' }}<br /><br /> <b>TRA skill assessment:</b> {{ $tra_skill == 1 ? 'Yes' : 'No' }}<br /><br /> </div> </div>