@extends('layouts.admin') @section('title', 'Admin Settings - AutoPart') @section('header', 'Settings') @section('content')
@if(session('success'))
{{ session('success') }}
@endif

Application Settings

Configure your store's global details and branding.

@csrf

General Information

Branding Graphics

@if(\App\Models\Setting::get('site_logo')) Logo @else
No Custom Logo
@endif
@error('logo') {{ $message }} @enderror
@if(\App\Models\Setting::get('site_favicon')) Favicon @endif
@error('favicon') {{ $message }} @enderror

SMTP / Email Provider (Optional)

@endsection