@section('site_title', formatTitle([__('Preferences'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('dashboard'), 'title' => __('Home')], ['url' => route('account'), 'title' => __('Account')], ['title' => __('Preferences')] ]])

{{ __('Preferences') }}

{{ __('Preferences') }}
@include('shared.message')
@csrf
@cannot('domains', ['App\Models\Link']) @if(paymentProcessors()) @include('icons.lock-open', ['class' => 'fill-current text-primary width-4 height-4']) @endif @endcannot
@include('icons.website', ['class' => 'width-4 height-4 fill-current text-muted'])
@if ($errors->has('default_domain')) {{ $errors->first('default_domain') }} @endif
@cannot('spaces', ['App\Models\Link']) @if(paymentProcessors()) @include('icons.lock-open', ['class' => 'fill-current text-primary width-4 height-4']) @endif @endcannot
@include('icons.workspaces', ['class' => 'width-4 height-4 fill-current text-muted'])
@if ($errors->has('default_space')) {{ $errors->first('default_space') }} @endif
@cannot('stats', ['App\Models\Link']) @if(paymentProcessors()) @include('icons.lock-open', ['class' => 'fill-current text-primary width-4 height-4']) @endif @endcannot
@include('icons.bar-chart', ['class' => 'width-4 height-4 fill-current text-muted'])
@if ($errors->has('default_stats')) {{ $errors->first('default_stats') }} @endif