@extends('layouts.main') @section('title') User Settings @endsection @section('style') @endsection @section('content') @if($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @if ($message = Session::get('success')) @endif

USER SETTINGS

Please change your settings here.

@csrf

General Info

@if($user->avatar) User Avatar @else No Avatar @endif

Contact Info

@if($user->email_verified == true)

Verified

@else

Not Verified

@endif
@if($user->phone_verified == true)

Verified

@else

Not Verified

@endif

Address Info

User Info

@csrf

Change Password

@csrf

Business Info

Business State Info

@endsection @section('script') @endsection