{!! Form::label('name', 'Name:') !!}
{!! Form::text('name', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::hidden('company_id', auth()->user()->id) !!}
{!! Form::label('phone', 'Phone:') !!}
{!! Form::text('phone', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('email', 'Email:') !!}
{!! Form::email('email', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('address', 'Address:') !!}
{!! Form::text('address', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255, 'maxlength' => 255]) !!}
{!! Form::label('currency_symbol', 'Currency Symbol:') !!}
{!! Form::text('currency_symbol', null, ['class' => 'form-control', 'maxlength' => 255]) !!}
{!! Form::label('detail', 'Detail:') !!}
{!! Form::textarea('detail', null, ['class' => 'form-control', 'maxlength' => 65535,'rows'=>4]) !!}
{{-- --}}