BlogMatch/resources/views/home/index.blade.php

6 lines
190 B
PHP

@extends('layout.app')
@section('content')
<button class="btn btn-primary">我想成為KOL</button>
<button class="btn btn-primary">我想成為品牌/代理商</button>
@endsection