@extends('layouts.app') @section('title', __('Add Company')) @section('content')

{{ __('Register New Company') }}

{{ __('Company Profile') }}

{{ __('Enter the legal information for the new entity.') }}

@csrf
{{ __('Entity Branding') }}

{{ __('Upload company logo (optional)') }}

@error('name')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
{{ __('Discard and return') }}
@endsection