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

{{ $heading }}

@if (session('success'))
@endif
php artisan clear-compiled Remove the compiled class file
{{ csrf_field() }}
php artisan completion Dump the shell completion script
{{ csrf_field() }}
php artisan db Start a new database CLI session
{{ csrf_field() }}
php artisan down Put the application into maintenance / demo mode
{{ csrf_field() }}
php artisan env Display the current framework environment
{{ csrf_field() }}
php artisan help Display help for a command
{{ csrf_field() }}
php artisan inspire Display an inspiring quote
{{ csrf_field() }}
php artisan list List commands
{{ csrf_field() }}
php artisan migrate Run the database migrations
{{ csrf_field() }}
php artisan optimize Cache the framework bootstrap files
{{ csrf_field() }}
php artisan serve Serve the application on the PHP development server
{{ csrf_field() }}
php artisan test Run the application tests
{{ csrf_field() }}
php artisan tinker Interact with your application
{{ csrf_field() }}
php artisan up Bring the application out of maintenance mode
{{ csrf_field() }}
php artisan auth:clear-resets Flush expired password reset tokens
{{ csrf_field() }}
php artisan cache:clear Flush the application cache
{{ csrf_field() }}
php artisan cache:forget Remove an item from the cache
{{ csrf_field() }}
php artisan cache:table Create a migration for the cache database table
{{ csrf_field() }}
php artisan config:cache Create a cache file for faster configuration loading
{{ csrf_field() }}
php artisan config:clear Remove the configuration cache file
{{ csrf_field() }}
php artisan db:seed Seed the database with records
{{ csrf_field() }}
php artisan db:wipe Drop all tables, views, and types
{{ csrf_field() }}
php artisan event:cache Discover and cache the application's events and listeners
{{ csrf_field() }}
php artisan event:clear Clear all cached events and listeners
{{ csrf_field() }}
php artisan event:generate Generate the missing events and listeners based on registration
{{ csrf_field() }}
php artisan event:list List the application's events and listeners
{{ csrf_field() }}
php artisan key:generate Set the application key
{{ csrf_field() }}
php artisan make:cast Create a new custom Eloquent cast class
{{ csrf_field() }}
php artisan make:channel Create a new channel class
{{ csrf_field() }}
php artisan make:command Create a new Artisan command
{{ csrf_field() }}
php artisan make:component Create a new view component class
{{ csrf_field() }}
php artisan make:controller Create a new controller class
{{ csrf_field() }}
php artisan make:event Create a new event class
{{ csrf_field() }}
php artisan make:exception Create a new custom exception class
{{ csrf_field() }}
php artisan make:factory Create a new model factory
{{ csrf_field() }}
php artisan make:job Create a new job class
{{ csrf_field() }}
php artisan make:listener Create a new event listener class
{{ csrf_field() }}
php artisan make:mail Create a new email class
{{ csrf_field() }}
php artisan make:middleware Create a new middleware class
{{ csrf_field() }}
php artisan make:migration Create a new migration file
{{ csrf_field() }}
php artisan make:model Create a new Eloquent model class
{{ csrf_field() }}
php artisan make:notification Create a new notification class
{{ csrf_field() }}
php artisan make:observer Create a new observer class
{{ csrf_field() }}
php artisan make:policy Create a new policy class
{{ csrf_field() }}
php artisan make:provider Create a new service provider class
{{ csrf_field() }}
php artisan make:request Create a new form request class
{{ csrf_field() }}
php artisan make:resource Create a new resource
{{ csrf_field() }}
php artisan make:rule Create a new validation rule
{{ csrf_field() }}
php artisan make:scope Create a new scope class
{{ csrf_field() }}
php artisan make:seeder Create a new seeder class
{{ csrf_field() }}
php artisan make:test Create a new test class
{{ csrf_field() }}
php artisan make:widget Create a new widget (arrilot/laravel-widgets)
{{ csrf_field() }}
php artisan migrate:fresh Drop all tables and re-run all migrations
{{ csrf_field() }}
php artisan migrate:install Create the migration repository
{{ csrf_field() }}
php artisan migrate:refresh Reset and re-run all migrations
{{ csrf_field() }}
php artisan migrate:reset Rollback all database migrations
{{ csrf_field() }}
php artisan migrate:rollback Rollback the last database migration
{{ csrf_field() }}
php artisan migrate:status Show the status of each migration
{{ csrf_field() }}
php artisan model:prune Prune models that are no longer needed
{{ csrf_field() }}
php artisan notifications:table Create a migration for the notifications table
{{ csrf_field() }}
php artisan optimize:clear Remove the cached bootstrap files
{{ csrf_field() }}
php artisan package:discover Rebuild the cached package manifest
{{ csrf_field() }}
php artisan queue:batches-table Create a migration for the batches database table
{{ csrf_field() }}
php artisan queue:clear Delete all of the jobs from the specified queue
{{ csrf_field() }}
php artisan queue:failed List all of the failed queue jobs
{{ csrf_field() }}
php artisan queue:failed-table Create a migration for the failed queue jobs database table
{{ csrf_field() }}
php artisan queue:flush Flush all of the failed queue jobs
{{ csrf_field() }}
php artisan queue:forget Delete a failed queue job
{{ csrf_field() }}
php artisan queue:listen Listen to a given queue
{{ csrf_field() }}
php artisan queue:monitor Monitor the size of the specified queues
{{ csrf_field() }}
php artisan queue:prune-batches Prune stale entries from the batches database
{{ csrf_field() }}
php artisan queue:prune-failed Prune stale entries from the failed jobs table
{{ csrf_field() }}
php artisan queue:restart Restart queue worker daemons after their current job
{{ csrf_field() }}
php artisan queue:retry Retry a failed queue job
{{ csrf_field() }}
php artisan queue:retry-batch Retry the failed jobs for a batch
{{ csrf_field() }}
php artisan queue:table Create a migration for the queue jobs database table
{{ csrf_field() }}
php artisan queue:work Start processing jobs on the queue as a daemon
{{ csrf_field() }}
php artisan route:cache Create a route cache file for faster route registration
{{ csrf_field() }}
php artisan route:clear Remove the route cache file
{{ csrf_field() }}
php artisan route:list List all registered routes
{{ csrf_field() }}
php artisan schedule:clear-cache Delete the cached mutex files created by scheduler
{{ csrf_field() }}
php artisan schedule:list List the scheduled commands
{{ csrf_field() }}
php artisan schedule:run Run the scheduled commands
{{ csrf_field() }}
php artisan schedule:test Run a scheduled command
{{ csrf_field() }}
php artisan schedule:work Start the schedule worker
{{ csrf_field() }}
php artisan schema:dump Dump the given database schema
{{ csrf_field() }}
php artisan session:table Create a migration for the session database table
{{ csrf_field() }}
php artisan storage:link Create the symbolic links configured for the application
{{ csrf_field() }}
php artisan stub:publish Publish all stubs that are available for customization
{{ csrf_field() }}
php artisan vendor:publish Publish any publishable assets from vendor packages
{{ csrf_field() }}
php artisan view:cache Compile all of the application's Blade templates
{{ csrf_field() }}
php artisan view:clear Clear all compiled view files
{{ csrf_field() }}
@endsection