@extends('layouts.app') @section('title') Best Software Solutions Provider @endsection @section('content')

{{__("CV Database")}}

{{__('Sign up / login to explore the growing list of consultants')}}
{{--
--}} @include('partials.alert') {{ csrf_field() }}

{{__('Create an account')}}

{{__('Create an account by entering the information below. If you are a returning customer please login by clickng the button below.')}}

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('role_id')) @endif
{{----}}

{{__('The offer')}}

{{__('We offer high quality cost-effective resources for software development, information security consulting and open source integration services near- and off-shore. We cut clients costs without affecting the quality of the engineered outcome. We assist in communication between the client and the engineering team, emphasizing on mutual understanding.')}}

@endsection