Daniel Supernault 6 anni fa
parent
commit
1f2a57132f
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      resources/views/settings/drive/index.blade.php

+ 10 - 0
resources/views/settings/drive/index.blade.php

@@ -0,0 +1,10 @@
+@extends('settings.template')
+
+@section('section')
+
+<div class="title">
+<h3 class="font-weight-bold">Drive</h3>
+</div>
+<hr>
+
+@endsection