@extends('company_portal.layouts.master') @section('title','Portal Settings') @section('header') @include('company_portal.partials.header') @endsection @push('styles') @endpush @section('content')

Overview

@if(session()->has('success-company-info'))

The company information was successfully updated.

@endif
#

@if($user->name){{$user->name}} @else{!! old('name') !!} @endif

@if($user->email){{$user->email}} @else{!! old('email') !!} @endif

@csrf
Company
company)) value="{{$user_company->company}}" @endif>
Contact phone
company_phone)) value="{{$user_company->company_phone}}" @endif autocomplete="off">
Address Line 1
company_address_first_line)) value="{{$user_company->company_address_first_line}}" @endif autocomplete="off">
Address Line 2
company_address_second_line)) value="{{$user_company->company_address_second_line}}" @endif autocomplete="off">
City
company_address_city)) value="{{$user_company->company_address_city}}" @endif>
ZIP
company_address_zip)) value="{{$user_company->company_address_zip}}" @endif>
Country
company_address_country)) value="{{$user_company->company_address_country}}" @endif>

Sign In Information


Email address

@if($user->email){{$user->email}} @else{!! old('email') !!} @endif

Change Email
@if(session()->has('success-email'))

The space login information was successfully updated.

@endif @if(session()->has('error'))

Something went wrong, please try again.

@endif

Change email adress

@csrf
Name
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email'))
Your email is not confirmed. Please check your inbox.
Resend confirmation
@endif
{{--
--}}

Password

************

Change Password
@if(session()->has('success-password'))

The space information was successfully updated.

@endif @if(session()->has('error-password'))

Something went wrong, please try again.

@endif

Change password

@csrf
@if ($errors->has('old_password')) {{ $errors->first('old_password') }} @endif Show/Hide Password
@if ($errors->has('password')) {{ $errors->first('password') }} @endif Show/Hide Password
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif Show/Hide Password

{{--

Secure Your Account

Two-factor authentication adds an extra layer of security to your account. To log in, in addition you’ll need to provide a 6 digit code.

--}}
@endsection @push('scripts') @endpush