new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<div class="container mt-3">
|
||||
<!-- forum üst düğmeleri -->
|
||||
<div class="pa5ge-options d-flex sh5adow">
|
||||
@if(Session::select('userid')):
|
||||
<a href="/forum/newsubject"> <button class="form-control btn btn-primary mb-2" ><i class="fa fa-plus"></i> {{lang('forum','new_content')}}</button></a>
|
||||
@else:
|
||||
<a href="/member">
|
||||
<button class="form-control btn btn-primary alert1 mb-2" style="height: 38px;margin-bottom: 3px;">{{lang('forum','login_to_open_topic')}}</button>
|
||||
</a>
|
||||
@endif
|
||||
</div>
|
||||
<div class="container mt-3">
|
||||
|
||||
@view('Forum/new_topic')
|
||||
@view('Forum/categor_panel')
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user