7 lines
No EOL
210 B
PHP
Executable file
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 |