diff --git a/resources/views/admin/cat/catIndex.blade.php b/resources/views/admin/cat/catIndex.blade.php index 0549721..c68626b 100755 --- a/resources/views/admin/cat/catIndex.blade.php +++ b/resources/views/admin/cat/catIndex.blade.php @@ -9,11 +9,11 @@ @include('starter-kit::component.err')
@csrf - +
+ @foreach ($cats as $cat) + @endforeach diff --git a/resources/views/admin/product/productIndex.blade.php b/resources/views/admin/product/productIndex.blade.php index f7d7322..c0ddb0c 100755 --- a/resources/views/admin/product/productIndex.blade.php +++ b/resources/views/admin/product/productIndex.blade.php @@ -34,9 +34,9 @@ @csrf -
- + # {{__("Image")}} @@ -27,13 +27,15 @@ {{__("Action")}} + +
- {{$cat->id}} @@ -60,6 +62,9 @@ @endif + +
+
- + @@ -59,7 +59,7 @@ @foreach ($products as $n) - +
#
{{$n->id}}