notifications.blade.php 222 B

12345678910111213
  1. @extends('settings.template')
  2. @section('section')
  3. <div class="title">
  4. <h3 class="font-weight-bold">Notification Settings</h3>
  5. </div>
  6. <hr>
  7. <div class="alert alert-danger">
  8. Coming Soon
  9. </div>
  10. @endsection