6 lines
71 B
PHP
6 lines
71 B
PHP
@extends('base')
|
|
|
|
@section('content')
|
|
<h1>Now</h1>
|
|
@endsection
|