Replaced route.

This commit is contained in:
James Cole 2015-12-14 21:14:34 +01:00
parent af994e4dae
commit fdad96e2bc

View File

@ -13,7 +13,7 @@
</div> </div>
<div class="box-body"> <div class="box-body">
<form class="form-horizontal" id="report-form" action="{{ route('reports.select') }}" method="post"> <form class="form-horizontal" id="report-form" action="{{ route('reports.index') }}" method="post">
<input type="hidden" name="_token" value="{{ csrf_token() }}" /> <input type="hidden" name="_token" value="{{ csrf_token() }}" />
<div class="form-group"> <div class="form-group">
<label for="inputReportType" class="col-sm-3 control-label">{{ 'report_type'|_ }}</label> <label for="inputReportType" class="col-sm-3 control-label">{{ 'report_type'|_ }}</label>