login.blade.php 78 B

123456789
  1. @extends('hello')
  2. @section('content')
  3. @stop
  4. @section('title')
  5. Login ~
  6. @stop