mivita/resources/views/templates/index.blade.php
2018-10-29 09:39:31 +01:00

7 lines
No EOL
210 B
PHP
Executable file

@extends('layouts.layout-2')
@section('content')
<h4 class="font-weight-bold py-3 mb-4">Templates</h4>
<p>Page content.</p>
<p><button class="btn btn-primary btn-lg">Button</button></p>
@endsection