@extends('layouts.app') @section('title','Company Settings') @section('page_title','Company Settings') @section('content')

Legal Entity & Branding

@csrf @method('put')
@if($company->logo_path)Current: {{ $company->logo_path }}@endif

UAE E-Invoicing Provider Adapter

This screen stores encrypted provider credentials. It does not claim a direct government connection. Production must remain disabled until an accredited provider adapter is installed, sandbox-tested and approved.
@csrf @method('put')
@endsection