My SMM panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 line
285 B

  1. @EXTEnds('master')
  2. @section('title', 'Password Reset')
  3. @section('head-metas')
  4. @parent
  5. <link rel="stylesheet" href="{{asset('main.css')}}">
  6. @endsection
  7. @section('content')
  8. Reset form goes here.
  9. @endsection
  10. @section('scripts')
  11. @parent
  12. <script src="main.js"></script>
  13. @endsection