@extends('layouts.app') @section('title', __('Platform').' — '.config('platform.name', config('app.name'))) @section('page-title', __('Platform')) @section('page-subtitle', __('Identity, branding & defaults that appear across the app.')) @section('content') @include('super-admin._nav')
@csrf
{{-- Identity --}}

{{ __('Identity') }}

{{ __('How your platform is presented to users.') }}

@error('name')

{{ $message }}

@enderror
{{-- Logo & Favicon --}}

{{ __('Branding') }}

{{ __('Logo & favicon (PNG/SVG).') }}

@if(!empty($settings['logo'])) @else {{ __('None') }} @endif
@if(!empty($settings['logo'])) @endif
@error('logo')

{{ $message }}

@enderror
@if(!empty($settings['favicon'])) @endif
@if(!empty($settings['favicon'])) @endif
{{-- Contact --}}

{{ __('Contact') }}

{{ __('Used in emails, footer and legal pages.') }}

@endsection