Add drive view

This commit is contained in:
Daniel Supernault 2019-07-22 22:29:27 -06:00
parent a18424935c
commit 1f2a57132f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 10 additions and 0 deletions

View File

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