修改Controller與View的頁面與Router架構
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@extends('layout.app')
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title','部落客媒合系統')
|
||||
@section('title', config('app.name', 'Laravel'))
|
||||
|
||||
@section('content')
|
||||
<button class="btn btn-primary">我想成為KOL</button>
|
||||
<button class="btn btn-primary">我想成為品牌/代理商</button>
|
||||
@endsection
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user