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

Company Settings

Manage your company information and branding.

@if(session('success')) @endif @if($errors->any())

Please fix the following errors:

@endif

Company Logo

Click "Change Logo" to update your company logo

Recommended: Square image, JPG or PNG, Max 2MB

Company ID {{ $company->formatted_id }}
Last Updated {{ $company->updated_at ? $company->updated_at->format('d M Y H:i') : '—' }}
Updated By {{ $company->last_updated_by_name }}

Company Information

@csrf @method('PUT')

Administrator Information

API Configuration

Used for payment gateway integration

Cancel
@endsection @push('scripts') @endpush