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

{{__("CV Database")}}

{{__('Sign up / login to explore the growing list of consultants')}}
{{--
--}} {{ csrf_field() }}
@if($errors->any())
{{($errors->first())}}
@endif

{{__('Login to the CV Database')}}

{{__('Login to the database using your login and password. If you are a new customer please sign up by clickng the button below.')}}

@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{__('Forgot your password?')}}

{{__('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