mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-31 15:42:03 -04:00
12 lines
113 B
PHP
12 lines
113 B
PHP
@extends('public.header')
|
|
|
|
@section('content')
|
|
|
|
<script type="text/javascript">
|
|
|
|
<?php
|
|
dd($ticket);
|
|
?>
|
|
|
|
@stop
|