{!! Form::label('first_name','First Name') !!} {!! Form::select('first_name',$columns,null , ['class' => 'form-control','placeholder' => 'Select']) !!} @if(isset($first_value) and count($first_value) > 0) @foreach($first_value as $key => $fi_val) @endforeach @endif
{!! Form::label('last_name','Last Name') !!} {!! Form::select('last_name',$columns,null, ['class' => 'form-control','placeholder' => 'Select']) !!} @if(isset($first_value) and count($first_value) > 0) @foreach($first_value as $key => $fi_val) @endforeach @endif
{!! Form::label('email','Email') !!} {!! Form::select('email',$columns,null, ['class' => 'form-control','placeholder' => 'Select']) !!} @if(isset($first_value) and count($first_value) > 0) @foreach($first_value as $key => $fi_val) @endforeach @endif
{!! Form::label('phone','Phone') !!} {!! Form::select('phone',$columns,null, ['class' => 'form-control','placeholder' => 'Select']) !!} @if(isset($first_value) and count($first_value) > 0) @foreach($first_value as $key => $fi_val) @endforeach @endif
@if(isset($list) and count($list) > 0) @foreach($list as $lis) @endforeach @endif @if(isset($new_list) and count($new_list) > 0) @foreach($new_list as $new) @endforeach @endif