@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 {{__("Your Full Name")}} @if ($errors->has('name')) {{ $errors->first('name') }} @endif {{__("Email Address")}} @if ($errors->has('email')) {{ $errors->first('email') }} @endif {{__("Password")}} @if ($errors->has('password')) {{ $errors->first('password') }} @endif Confirm Password {{__("Company")}} @if ($errors->has('company')) {{ $errors->first('company') }} @endif {{__("Address")}} @if ($errors->has('address')) {{ $errors->first('address') }} @endif {{__("Country")}} {{__("Choose Country")}} @foreach(Countries::lookup(app()->getLocale()) as $key => $value) {{$value}} @endforeach @if ($errors->has('country')) {{ $errors->first('country') }} @endif {{__("City")}} @if ($errors->has('city')) {{ $errors->first('city') }} @endif {{__("Telephone")}} @if ($errors->has('telephone')) {{ $errors->first('telephone') }} @endif {{__("Postal Code")}} @if ($errors->has('zip')) {{ $errors->first('zip') }} @endif {{__("Keep me logged in")}} {{__("Register")}} @if (Route::has('password.request')) {{__("Forgot Password?")}} @endif @endsection
{{__("Get access to more courses that will help you succeed")}}.
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('company') }}
{{ $errors->first('address') }}
{{ $errors->first('country') }}
{{ $errors->first('city') }}
{{ $errors->first('telephone') }}
{{ $errors->first('zip') }}
@if (Route::has('password.request')) {{__("Forgot Password?")}} @endif