tailwindcss/docs/source/text.blade.php
2017-08-02 23:58:58 -04:00

8 lines
109 B
PHP

@extends('_layouts.master', ['title' => 'Text'])
@section('body')
<h1 class="title">Text</h1>
@endsection