@extends('Company.layout.master') @section('title',"Logo") @section('page_name',"Consultant Logo") @push('styles') @endpush @section('content')
{{-- Alerts --}} @if(session('success')) @endif

Update Branding

Manage your company logo displayed on the front-end.

@csrf
{{-- CHANGE 'asset(...)' TO YOUR REAL DATABASE FIELD --}} {{-- Example: $consultant->logo --}} @php $currentLogo = $data->image ?? null; @endphp @if($currentLogo) Current Logo @else No Logo @endif
ACTIVE

Preview will appear here

Click or Drag & Drop to Upload

Supported: PNG, JPG, JPEG (Max 2MB)

@endsection @push('scripts') @endpush