ultimatepos/resources/views/vendor/charts/_partials/dimension/js2.blade.php

10 lines
176 B
PHP

@if(!$model->responsive)
@if($model->height)
height: {{ $model->height }},
@endif
@if($model->width)
width: {{ $model->width }},
@endif
@endif