dashboard general style updated

This commit is contained in:
batuhanbas
2019-12-26 16:07:51 +03:00
parent 57e2bc0c54
commit 5cf97c48d5
2 changed files with 53 additions and 5 deletions

View File

@ -25,7 +25,7 @@
)) !!}
@if ($dashboards->count() > 1)
{!! Form::deleteLink($dashboard, 'common/dashboards') !!}
{!! Form::deleteLink($dashboard, 'common/dashboards') !!}
@endif
<div class="dropdown-divider"></div>
@ -58,7 +58,7 @@
'width' => trans('general.form.enter', ['field' => 'Width']),
'sort' => trans('general.form.enter', ['field' => 'Sort'])
]);
@endphp
@endphp
<akaunting-dashboard
v-if="dashboard_modal"
@ -92,7 +92,6 @@
@section('new_button')
<!--Dashboard General Filter-->
<div class="pull-right">
<el-date-picker
v-model="value2"
type="daterange"
@ -105,8 +104,7 @@
start-placeholder="Start date"
end-placeholder="End date"
:picker-options="pickerOptions">
</el-date-picker>
</div>
</el-date-picker>
@endsection
@section('content')