2020-01-16 15:39:37 +03:00
|
|
|
@section('title', $class->model->name)
|
2019-11-16 10:21:14 +03:00
|
|
|
|
|
|
|
@section('new_button')
|
2020-10-22 18:58:58 +03: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 10:21:14 +03:00
|
|
|
@endsection
|