wip file field
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
@props([
|
||||
'schema',
|
||||
'createMode',
|
||||
])
|
||||
|
||||
@php
|
||||
$groups = ["Main",...$schema->groups];
|
||||
if(!$createMode){
|
||||
$groups[] = "Backlinks";
|
||||
}
|
||||
|
||||
@endphp
|
||||
<ul class="tabs">
|
||||
@foreach($groups as $tab)
|
||||
<li class="tab">
|
||||
<button class="button" aria-current="page">
|
||||
{{$tab}}
|
||||
</button>
|
||||
</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user