ErrorException
PHP 8.2.13
11.0.7
Undefined variable $student_category
Expand vendor frames
Illuminate
Foundation
Bootstrap
HandleExceptions
: 51
handleError
1 vendor frame
C:UsersHPprojet bibliothèqueresourcesviewspanelsettingscategory.blade
.php
: 51
require
7 vendor frames
C:UsersHPprojet bibliothèqueresourcesviewspanelsettings-tabs.blade
.php
: 36
require
7 vendor frames
C:UsersHPprojet bibliothèqueresourcesviewspaneladdsettings.blade
.php
: 4
require
53 vendor frames
C:UsersHPprojet bibliothèquepublicindex
.php
: 17
require_once
1 vendor frame
C:UsersHPprojet bibliothèqueresourcesviewspanelsettingscategory.blade
.php
: 51
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Categorie</th>
<th scope="col">Limite maximale</th>
<th scope="col">Action</th>
</tr>
</thead>
<tbody id="category-table">
<tr class="text-center">
<td colspan="12">chargement...</td>
</tr>
</tbody>
<tbody>
@foreach ($student_category as $student_category)
<tr>
<td>{{ $student_category->cat_id }}</td>
<td>{{ $student_category->category }}</td>
<td>{{ $student_category->max_allowed }}</td>
<td>
<div class="btn btn-group">
<a href=""><i class="icon-edit"></i></a>
<a href="#" data-toggle="modal"
data-target="#deleteCategory{{ $student_category->cat_id }}"><i
class="icon-trash"></i></a>
</div>
</td>
</tr>
<!-- Modal -->
REQUEST
Browser
Headers
Body
APP
Routing
Views
CONTEXT
User
Versions
REQUEST
http://127.0.0.1:8000/settings/branch
GET
curl “http://127.0.0.1:8000/settings/branch”
-X GET
-H ‘host: 127.0.0.1:8000’
-H ‘connection: keep-alive’
-H ‘cache-control: max-age=0’
-H ‘sec-ch-ua: “Google Chrome”;v=”125″, “Chromium”;v=”125″, “Not.A/Brand”;v=”24″‘
-H ‘sec-ch-ua-mobile: ?0’
-H ‘sec-ch-ua-platform: “Windows”‘
-H ‘upgrade-insecure-requests: 1’
-H ‘user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36’
-H ‘accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7′
-H ‘sec-fetch-site: same-origin’
-H ‘sec-fetch-mode: navigate’
-H ‘sec-fetch-user: ?1’
-H ‘sec-fetch-dest: document’
-H ‘referer: http://127.0.0.1:8000/home’
-H ‘accept-encoding: gzip, deflate, br, zstd’
-H ‘accept-language: fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7’
-H ‘cookie: ‘;
Browser
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKi
i was trying to ErrorException
PHP 8.2.13
11.0.7
Undefined variable $student_category
Expand vendor frames
Illuminate
Foundation
Bootstrap
HandleExceptions
: 51
handleError
1 vendor frame
C:UsersHPprojet bibliothèqueresourcesviewspanelsettingscategory.blade
.php
: 51
require
7 vendor frames
C:UsersHPprojet bibliothèqueresourcesviewspanelsettings-tabs.blade
.php
: 36
require
7 vendor frames
C:UsersHPprojet bibliothèqueresourcesviewspaneladdsettings.blade
.php
: 4
require
53 vendor frames
C:UsersHPprojet bibliothèquepublicindex
.php
: 17
require_once
1 vendor frame
C:UsersHPprojet bibliothèqueresourcesviewspanelsettingscategory.blade
.php
: 51
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Categorie</th>
<th scope="col">Limite maximale</th>
<th scope="col">Action</th>
</tr>
</thead>
<tbody id="category-table">
<tr class="text-center">
<td colspan="12">chargement...</td>
</tr>
</tbody>
<tbody>
@foreach ($student_category as $student_category)
<tr>
<td>{{ $student_category->cat_id }}</td>
<td>{{ $student_category->category }}</td>
<td>{{ $student_category->max_allowed }}</td>
<td>
<div class="btn btn-group">
<a href=""><i class="icon-edit"></i></a>
<a href="#" data-toggle="modal"
data-target="#deleteCategory{{ $student_category->cat_id }}"><i
class="icon-trash"></i></a>
</div>
</td>
</tr>
<!-- Modal -->
REQUEST
Browser
Headers
Body
APP
Routing
Views
CONTEXT
User
Versions
REQUEST
http://127.0.0.1:8000/settings/branch
GET
curl “http://127.0.0.1:8000/settings/branch”
-X GET
-H ‘host: 127.0.0.1:8000’
-H ‘connection: keep-alive’
-H ‘cache-control: max-age=0’
-H ‘sec-ch-ua: “Google Chrome”;v=”125″, “Chromium”;v=”125″, “Not.A/Brand”;v=”24″‘
-H ‘sec-ch-ua-mobile: ?0’
-H ‘sec-ch-ua-platform: “Windows”‘
-H ‘upgrade-insecure-requests: 1’
-H ‘user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36’
-H ‘accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7′
-H ‘sec-fetch-site: same-origin’
-H ‘sec-fetch-mode: navigate’
-H ‘sec-fetch-user: ?1’
-H ‘sec-fetch-dest: document’
-H ‘referer: http://127.0.0.1:8000/home’
-H ‘accept-encoding: gzip, deflate, br, zstd’
-H ‘accept-language: fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7’
-H ‘cookie: ‘;
Browser
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKi
Moufid Abilagbo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.