@extends('layouts.auth') @section("css") @endsection @section('content')

{{__("Register to Have the Access")}}

{{__("Get access to more courses that will help you succeed")}}.

{{__("Already have an Account?")}}

{{__("Register")}}

@csrf

@if ($errors->has('name')) @endif

@if ($errors->has('email')) @endif

@if ($errors->has('password')) @endif

@if ($errors->has('company')) @endif

@if ($errors->has('address')) @endif

@if ($errors->has('country')) @endif

@if ($errors->has('city')) @endif

@if ($errors->has('telephone')) @endif

@if ($errors->has('zip')) @endif

@if (Route::has('password.request')) {{__("Forgot Password?")}} @endif

@endsection