{!! Form::label('اسم الشركة', 'اسم الشركة:') !!} {!! Form::text('name', null, ['class' => 'form-control']) !!}
{!! Form::label('وصف الشركة', 'وصف الشركة:') !!} {!! Form::textarea('project_description', null, ['class' => 'form-control']) !!}