Misc debug template for use with debugging CSV exports, etc

This commit is contained in:
snipe 2016-09-12 14:05:31 -07:00
parent 7bde0f4f92
commit 391c9a77ef

View file

@ -0,0 +1,15 @@
@extends('layouts/basic')
{{-- Page content --}}
@section('content')
<pre>
<?php print_r($data); ?>
</pre>
@stop