Display report name in input
This commit is contained in:
parent
d92893b2c7
commit
e791ebbe76
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@
|
|||
<form method="post" id="savetemplateform" action="{{ route("savedreports/store") }}">
|
||||
@csrf
|
||||
<input type="hidden" id="savetemplateform" name="options">
|
||||
<input type="text" id="name" name="name">
|
||||
<input type="text" id="name" name="name" value="{{ $savedReport->name }}">
|
||||
{{-- this will be a box to name the report? --}}
|
||||
<button class = "btn btn-primary" style="width: 100%">
|
||||
{{ trans('admin/reports/general.save_template') }}
|
||||
|
|
Loading…
Add table
Reference in a new issue