mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Misc debug template for use with debugging CSV exports, etc
This commit is contained in:
parent
7bde0f4f92
commit
391c9a77ef
15
resources/views/layouts/debug.blade.php
Normal file
15
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
|
Loading…
Reference in a new issue