2019-11-16 10:21:14 +03:00
|
|
|
@section('title', $class->report->name)
|
|
|
|
|
|
|
|
@section('new_button')
|
2019-11-28 11:18:58 +03:00
|
|
|
<span>
|
2019-11-16 10:21:14 +03:00
|
|
|
<a href="{{ url($class->getUrl('print')) }}" target="_blank" class="btn btn-white btn-sm"><span class="fa fa-print"></span> {{ trans('general.print') }}</a>
|
|
|
|
</span>
|
|
|
|
<span>
|
|
|
|
<a href="{{ url($class->getUrl('export')) }}" class="btn btn-white btn-sm"><span class="fa fa-upload"></span> {{ trans('general.export') }}</a>
|
|
|
|
</span>
|
|
|
|
@endsection
|