@extends('user.layouts.app') @section('content')

Settings

@csrf @method('POST')

Workspace image

You can upload your own IMG or keep the default.

Workspace Image
@error('image')
{{ $message }}
@enderror

Theme color

Change the color of your dashboard. It will be applied to all workspace users.

@foreach(['#000000', '#6c757d', '#dc3545', '#e83e8c', '#6f42c1', '#007bff', '#17a2b8', '#28a745', '#fd7e14'] as $color) @endforeach
@error('theme_color')
{{ $message }}
@enderror

Basic information

You can change the basic information.

@error('name')
{{ $message }}
@enderror
@error('time_zone')
{{ $message }}
@enderror
@csrf @method('DELETE')
@endsection @section('scripts') @endsection