Skip to content

Commit

Permalink
Further fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NuwanJ committed Jul 14, 2024
1 parent 4f8fe61 commit 23a7ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/backend/machines/edit-location.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<p> Change locations for <b>{{ $machines->title }}</b></p>

<ul>
<ul class="list-unstyled pl-4">
@foreach ($locations as $i => $loc)
@include('backend.partials.location-hierarchy-for-edit-location', [
'location' => $loc,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@endif
<p> Change locations for <b>{{ $rawMaterials->title }}</b></p>

<ul>
<ul class="list-unstyled pl-4">
@foreach ($locations as $i => $loc)
@include('backend.partials.location-hierarchy-for-edit-location', [
'location' => $loc,
Expand Down

0 comments on commit 23a7ace

Please sign in to comment.