Formatting
This commit is contained in:
parent
3e5f804791
commit
8a496ccebc
1 changed files with 11 additions and 11 deletions
|
@ -436,17 +436,17 @@
|
||||||
|
|
||||||
</div> <!-- /.box-body-->
|
</div> <!-- /.box-body-->
|
||||||
<div class="box-footer text-right">
|
<div class="box-footer text-right">
|
||||||
@if (request()->routeIs('report-templates.edit'))
|
@if (request()->routeIs('report-templates.edit'))
|
||||||
<button type="submit" class="btn btn-primary">
|
<button type="submit" class="btn btn-primary">
|
||||||
<i class="fas fa-check icon-white" aria-hidden="true"></i>
|
<i class="fas fa-check icon-white" aria-hidden="true"></i>
|
||||||
{{ trans('general.save') }}
|
{{ trans('general.save') }}
|
||||||
</button>
|
</button>
|
||||||
@else
|
@else
|
||||||
<button type="submit" class="btn btn-success">
|
<button type="submit" class="btn btn-success">
|
||||||
<i class="fas fa-download icon-white" aria-hidden="true"></i>
|
<i class="fas fa-download icon-white" aria-hidden="true"></i>
|
||||||
{{ trans('general.generate') }}
|
{{ trans('general.generate') }}
|
||||||
</button>
|
</button>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div> <!--/.box.box-default-->
|
</div> <!--/.box.box-default-->
|
||||||
{{ Form::close() }}
|
{{ Form::close() }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue