9 lines
242 B
PHP
9 lines
242 B
PHP
@extends('layouts.app')
|
|
|
|
@section('title', config('app.name', 'Laravel'))
|
|
|
|
@section('content')
|
|
<button class="btn btn-primary">我想成為KOL</button>
|
|
<button class="btn btn-primary">我想成為品牌/代理商</button>
|
|
@endsection
|