topnotch_webshop/resources/views/welcome.blade.php

9 lines
135 B
PHP
Raw Normal View History

@extends('layouts.app')
@section('content')
2025-03-25 15:02:34 -04:00
<button class="btn btn-primary">Click me</button> <br>
2025-03-25 15:02:34 -04:00
Hello world!
2025-03-25 15:02:34 -04:00
@endsection