This repository has been archived on 2025-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dumbo/app/views/login.blade.php
2013-09-08 02:08:27 +02:00

9 lines
78 B
PHP

@extends('hello')
@section('content')
@stop
@section('title')
Login ~
@stop