@extends('layouts.app')
@section('title', 'Settings — Company')
@section('page-title', 'Company Settings')
@section('content')
Company Settings
Branding and contact details displayed across the backoffice
{{--
Remove-logo form is a standalone element OUTSIDE the settings form.
The Remove button inside the settings form uses form="remove-logo-form" (HTML5 form
association) to submit this form instead of the outer settings form.
The global data-confirm handler in app.blade.php intercepts the submit event on this form.
--}}
@if(!empty($settings['company_logo']))