@extends('layouts.admin') @section('title', 'System Settings') @section('page_title', 'System Settings') @section('content')
Perform critical system operations like database migrations and cache clearing.
Success
{{ session('success') }}
Error
Run database migrations to update the schema. This should be done after an update or when new features require database changes.
Clear application, route, and configuration cache. Use this if you are not seeing recent changes or if the application is behaving unexpectedly.