@extends('layouts.signup') @section('content') @php if($opt == 'simple') { $hide = 'display:none !important;'; $smallFont = 'font-size: 15px !important;'; $fullWidth = 'max-width: 100% !important;'; $signupDiv = 'width:85%; margin-top: 2%; margin-bottom:2%;'; $label = 'max-width: 25% !important; float: left; padding-right: 0px !important; margin-top: 5px;'; $input = 'width: 74% !important;float: right;'; } else { $hide = ''; $smallFont = ''; $fullWidth = ''; $signupDiv = 'width:60%; margin-top: 4%; margin-bottom:4%;'; $label = ''; $input = ''; } @endphp