@extends('layouts.app') @section('title', $title . ' - Admin') @section('content')
Settings
@php $icons = [ 'general' => 'gear', 'site' => 'layout-text-window', 'business' => 'building', 'localization' => 'geo-alt', 'currency' => 'currency-dollar', 'payment' => 'credit-card', 'shipping' => 'truck', 'tax' => 'receipt', 'vendor' => 'shop', 'commission' => 'percent', 'product' => 'box', 'order' => 'cart', 'user' => 'people', 'notification' => 'bell', 'email' => 'envelope', 'wallet' => 'wallet2', 'coupon' => 'ticket-perforated', 'media' => 'images', 'seo' => 'search', 'security' => 'shield-lock', 'api' => 'code-slash', 'theme' => 'palette', 'language' => 'translate', 'maintenance' => 'hammer', 'logs' => 'journal-text', 'system' => 'cpu', 'sliders' => 'easel2', 'home' => 'house', 'promotions' => 'lightning-charge-fill' ]; @endphp @foreach($sections as $slug => $name) {{ $name }} @endforeach
Settings Menu
@foreach($sections as $slug => $name) {{ $name }} @if($group == $slug) @endif @endforeach

{{ $title }}

@if(session('success')) @endif @if($errors->any()) @endif @yield('settings-content')
Quick Tips

Changes made here affect the entire platform. Always verify your changes before saving.

System Maintenance
@csrf
@endsection