calendar fixes

This commit is contained in:
medet97 2020-04-30 17:01:36 +05:00
parent 9e7b37064c
commit 45cffca21b
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
@extends("desktop.Layouts.EventsLayout")
@push('after_styles')
<link rel="stylesheet" href="{{ asset('vendor/css/date-picker.css') }}" />
<script src="{{ asset('vendor/js/date-picker.js') }}"></script>
<link rel="stylesheet" href="{{ asset('vendor/simpleDP/css/date-picker.css') }}" />
<script src="{{ asset('vendor/simpleDP/js/date-picker.js') }}"></script>
@endpush
@section('content')