From 1f2a57132f99a3cf4e952d6d9cda2558b52de409 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 22 Jul 2019 22:29:27 -0600 Subject: [PATCH] Add drive view --- resources/views/settings/drive/index.blade.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 resources/views/settings/drive/index.blade.php diff --git a/resources/views/settings/drive/index.blade.php b/resources/views/settings/drive/index.blade.php new file mode 100644 index 000000000..b14887eb7 --- /dev/null +++ b/resources/views/settings/drive/index.blade.php @@ -0,0 +1,10 @@ +@extends('settings.template') + +@section('section') + +
+

Drive

+
+
+ +@endsection \ No newline at end of file