{!! Form::myInput('text', 'first_name', 'First Name') !!}
{!! Form::myInput('text', 'last_name', 'Last Name') !!}
{!! Form::myInput('email', 'email', 'Email') !!}
{!! Form::myInput('text', 'phone_number', 'Contact Number') !!}
{!! Form::myInput('text', 'company_name', 'Company') !!}
{!! Form::myFile('avatar', 'Profile Image') !!}
{!! Form::myInput('password', 'password', 'Password') !!}
{!! Form::myInput('password', 'password_confirmation', 'Password again') !!}
{{--
{!! Form::mySelect('role', 'Type', config('variables.role'), null, ['class' => 'form-control select2']) !!}
--}}
@if (isset($item) && $item->avatar)
@endif