@extends('layouts.app') @section('content')
bruce
{{ auth()->user()->firstname ?? '' }} {{ auth()->user()->lastname ?? '' }}

CEO / Co-Founder

@include('components.alert')
Basic Info
@csrf
@error('firstname')

{{ $message }}

@enderror
user()->id == 1 || auth()->user()->id == 2 || auth()->user()->id == 3)? 'disabled': '' }} value="{{ old('email', auth()->user()->email) }}" placeholder="example@email.com">
@error('email')

{{ $message }}

@enderror
user()->id == 1 || auth()->user()->id == 2 || auth()->user()->id == 3)? 'disabled': '' }} value="{{ old('email', auth()->user()->email) }}" placeholder="example@email.com">
@error('confirmation')

{{ $message }}

@enderror
@if (config('app.is_demo'))

You cannot change the email in the demo version

@endif
@error('phone')

{{ $message }}

@enderror
@include('layouts.footers.auth.footer')
@endsection @push('js') @endpush