Misc debug template for use with debugging CSV exports, etc
This commit is contained in:
parent
7bde0f4f92
commit
391c9a77ef
1 changed files with 15 additions and 0 deletions
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…
Add table
Reference in a new issue