@if ($errors->any())
@foreach ($errors->all() as $error)
{!! $error !!}
@endforeach
@endif
@endforeach
{{ Form::label('Select Client Type', 'Select Client Type', ['class' => 'col-lg-12']) }}