@extends('layouts.admin') @section('content')

Artisan Commands

System Management
@if(session('success')) @endif @if(session('error')) @endif @if(session('output')) @endif
Cache Management

Clear various types of application cache to ensure fresh data and configurations.

@csrf
@csrf
@csrf
@csrf

@csrf
Optimization

Cache configurations and routes for better performance in production.

@csrf
@csrf

@csrf
Storage & Files

Manage storage symlinks for file uploads and public access.

@csrf
Creates symbolic link from public/storage to storage/app/public
Database

Run database migrations and manage database schema.

@csrf
Use with caution in production
Quick Actions
@push('styles') @endpush @push('scripts') @endpush @endsection