Gifari Industries - BD Cyber Security Team
Home
/
home
/
u861052488
/
domains
/
acharyashakti.com
/
public_html
/
✏️
Editing: test_blade.php
<?php require 'vendor/autoload.php'; $app = require_once 'bootstrap/app.php'; $app->make(Illuminate\Contracts\Console\Kernel::class)->bootstrap(); try { $view = view('admin.courses.edit', ['course' => new App\Models\Course()]); echo $view->render(); } catch(Throwable $e) { echo "ERROR: " . $e->getMessage() . "\n"; echo "FILE: " . $e->getFile() . "\n"; echo "LINE: " . $e->getLine() . "\n"; } ?>
💾 Save
❌ Cancel