@extends('layouts.admin') @section('page_title', 'Site Settings') @section('content')
Update the site name shown in the browser tab title and footer.
Upload a favicon for your site. Recommended: 32×32px, PNG or ICO format.
@php $favicon = \App\Models\Setting::get('favicon'); @endphp @if($favicon)Current Favicon
Upload a new one below to replace it.