mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
Blade Style Change (Prettier Blade CI)
This commit is contained in:
@@ -212,6 +212,7 @@
|
||||
fn () => App\Models\Category::orderBy('position')->get()
|
||||
)
|
||||
@endphp
|
||||
|
||||
@foreach ($categories as $category)
|
||||
<p class="form__group">
|
||||
<label class="form__label">
|
||||
@@ -239,6 +240,7 @@
|
||||
fn () => App\Models\Type::orderBy('position')->get()
|
||||
)
|
||||
@endphp
|
||||
|
||||
@foreach ($types as $type)
|
||||
<p class="form__group">
|
||||
<label class="form__label">
|
||||
@@ -266,6 +268,7 @@
|
||||
fn () => App\Models\Resolution::orderBy('position')->get()
|
||||
)
|
||||
@endphp
|
||||
|
||||
@foreach ($resolutions as $resolution)
|
||||
<p class="form__group">
|
||||
<label class="form__label">
|
||||
|
||||
Reference in New Issue
Block a user