users.blade.php 88 B

123456789
  1. @extends('layouts.base')
  2. @push('css')
  3. <style>
  4. h1 {
  5. color: orange;
  6. }
  7. </style>
  8. @endpush