@extends('layouts.app') @section('title', 'Company Branding Settings') @section('content')
Company Branding Settings @if(isset($reseller) && $reseller) (Reseller Specific) @endif
@if(session('success')) @endif @if(session('error')) @endif @if($errors->any()) @endif
@csrf
This name will be displayed on the login page. @if(isset($reseller) && $reseller)
Note: This branding is specific to your reseller account and will be shown when users access the login page with your reseller ID. @endif
@if(!empty($settings['company_logo']) && file_exists(public_path($settings['company_logo'])))

Current Logo:

Company Logo
@endif Upload your company logo (Max: 2MB). Supported formats: JPEG, PNG, JPG, GIF, SVG
@endsection