Blade Style Change (Prettier Blade CI)

This commit is contained in:
HDVinnie
2024-04-17 23:30:49 +00:00
committed by HDVinne
parent 41db02b0ac
commit b27c533c72
@@ -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">