Examples of code I've written in PHP, Javascript, SCSS, etc.
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- @EXTEnds('master')
-
- @section('title', 'Password Reset')
-
- @section('head-metas')
- @parent
- <link rel="stylesheet" href="{{asset('main.css')}}">
- @endsection
-
- @section('content')
- Reset form goes here.
- @endsection
-
- @section('scripts')
- @parent
- <script src="main.js"></script>
- @endsection
|