forked from kol/BlogMatch
8 lines
233 B
PHP
8 lines
233 B
PHP
@extends('layout.app')
|
|
|
|
@section('title','部落客媒合系統')
|
|
|
|
@section('content')
|
|
<button class="btn btn-primary">我想成為KOL</button>
|
|
<button class="btn btn-primary">我想成為品牌/代理商</button>
|
|
@endsection |