Examples of code I've written in PHP, Javascript, SCSS, etc.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

18 lines
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