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