2020-01-16 12:39:37 +00:00
|
|
|
@section('title', $class->model->name)
|
2019-11-16 07:21:14 +00:00
|
|
|
|
|
|
|
|
@section('new_button')
|
2020-10-22 15:58:58 +00:00
|
|
|
<a href="{{ url($class->getUrl('print')) }}" target="_blank" class="btn btn-white btn-sm">
|
|
|
|
|
{{ trans('general.print') }}
|
|
|
|
|
</a>
|
|
|
|
|
<a href="{{ url($class->getUrl('export')) }}" class="btn btn-white btn-sm">
|
|
|
|
|
{{ trans('general.export') }}
|
|
|
|
|
</a>
|
2019-11-16 07:21:14 +00:00
|
|
|
@endsection
|