first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<div class="searchBar">
|
||||
<form class="searchBarInput flex">
|
||||
<input type="text" name="searchbar" placeholder="Search..." wire:change="query($event.target.value)">
|
||||
<img src={{ asset('images/search.png') }}></img>
|
||||
</input>
|
||||
</form>
|
||||
</div>
|
||||
@@ -0,0 +1,4 @@
|
||||
<div class="flex column formGroup">
|
||||
<label for={{$name}}>{{$label}}</label>
|
||||
<input type="text" name="{{$name}}" id={{$name}}>
|
||||
</div>
|
||||
@@ -0,0 +1,4 @@
|
||||
<div class="flex column formGroup">
|
||||
<label for={{$name}}>{{$label}}</label>
|
||||
<div id="editor" wire:ignore></div>
|
||||
</div>
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
<a href="/{{$key}}" class="flex center sidemenuLink {{$key}}@if (Route::getCurrentRoute()->uri == $key) active @endif">
|
||||
<img class="menuIcon" src={{asset("images/$value-black.png")}}>
|
||||
<p>{{ucfirst($key)}}</p>
|
||||
</a>
|
||||
Reference in New Issue
Block a user