Initial commit
This commit is contained in:
14
app/Http/Controllers/ProfileOrgController.php
Normal file
14
app/Http/Controllers/ProfileOrgController.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class ProfileOrgController extends Controller
|
||||
{
|
||||
public function show()
|
||||
{
|
||||
return view('profile-organization.show');
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user