@extends('admin.layout') @section('content')
Site settings
@csrf @method('PUT')
@if (!empty($settings['branding.logo_path'] ?? null))
@endif
Back
@endsection