for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Http\Controllers\Tool;
use App\Models\SubmissionModel;
use App\Http\Controllers\Controller;
use Auth;
class PastebinController extends Controller
{
/**
* Show the Pastebin Detail Page.
*
* @return Response
App\Http\Controllers\Tool\Response
Response
\
*/
public function view()
return view('tool.pastebin.view', [
return view('tool.pasteb...gation' => 'PasteBin'))
Illuminate\View\View
'page_title' => "Detail",
'site_title' => "PasteBin",
'navigation' => "PasteBin"
]);
}