@extends('admin/layouts/default') {{-- Page title --}} @section('title') Developers @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Run artisan commands on {{config('database.connections.mysql.database')}} database

{{ csrf_field() }} {{ method_field('PUT') }} php artisan

                @{{response}}

            
@stop {{-- page level scripts --}} @section('footer_scripts') @stop