mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-16 16:13:20 +01:00
12 lines
113 B
PHP
12 lines
113 B
PHP
|
@extends('public.header')
|
||
|
|
||
|
@section('content')
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
|
||
|
<?php
|
||
|
dd($ticket);
|
||
|
?>
|
||
|
|
||
|
@stop
|