2022-01-06 06:37:27 +00:00
|
|
|
@extends('admin.partial.template-full')
|
2019-02-11 05:45:34 +00:00
|
|
|
|
|
|
|
@section('section')
|
2021-05-08 04:19:58 +00:00
|
|
|
</div>
|
2024-03-14 11:17:18 +00:00
|
|
|
<admin-settings />
|
2021-05-08 04:19:58 +00:00
|
|
|
@endsection
|
2021-05-14 05:45:36 +00:00
|
|
|
|
|
|
|
@push('scripts')
|
|
|
|
<script type="text/javascript">
|
2024-03-14 11:17:18 +00:00
|
|
|
new Vue({ el: '#panel'});
|
2021-05-14 05:45:36 +00:00
|
|
|
</script>
|
|
|
|
@endpush
|