@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
{{ __('By branding a report, your information will show up when someone prints, or saves as PDF a report.') }}
@if ($errors->has('brand_logo')) {{ $errors->first('brand_logo') }} @endif
@if ($errors->has('brand_name')) {{ $errors->first('brand_name') }} @endif
@if ($errors->has('brand_url')) {{ $errors->first('brand_url') }} @endif
@if ($errors->has('brand_email')) {{ $errors->first('brand_email') }} @endif
@if ($errors->has('brand_phone')) {{ $errors->first('brand_phone') }} @endif
@if ($errors->has('default_privacy')) {{ $errors->first('default_privacy') }} @endif
@if ($errors->has('default_export_detailed')) {{ $errors->first('default_export_detailed') }} @endif