index.blade.php 136 B

12345678910
  1. @extends('settings.template')
  2. @section('section')
  3. <div class="title">
  4. <h3 class="font-weight-bold">Drive</h3>
  5. </div>
  6. <hr>
  7. @endsection