9 lines
78 B
PHP
9 lines
78 B
PHP
@extends('hello')
|
|
|
|
@section('content')
|
|
|
|
@stop
|
|
|
|
@section('title')
|
|
Login ~
|
|
@stop |