ok
This commit is contained in:
15
Production/SNIPE-IT/resources/views/layouts/debug.blade.php
Normal file
15
Production/SNIPE-IT/resources/views/layouts/debug.blade.php
Normal file
@ -0,0 +1,15 @@
|
||||
@extends('layouts/basic')
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
|
||||
<pre>
|
||||
<?php print_r($data); ?>
|
||||
</pre>
|
||||
|
||||
@stop
|
Reference in New Issue
Block a user