Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit eb531a0

Browse files
authored
Merge pull request #6 from lukasmedia/master
Latest sb-admin 2 update to CDN bootstrap 4.1.1
2 parents 0653588 + 1ded698 commit eb531a0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+27076
-125
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
namespace App\Http\Controllers;
4+
5+
use Illuminate\Http\Request;
6+
7+
class DemoController extends Controller
8+
{
9+
public function demo($demopage = 'index')
10+
{
11+
return view('admin.' . $demopage)->with(['page' => $demopage]);
12+
}
13+
}

0 commit comments

Comments
 (0)