修改Controller與View的頁面與Router架構

This commit is contained in:
2018-08-05 18:03:00 +08:00
parent b7621addd3
commit 984e851e97
14 changed files with 120 additions and 168 deletions

View File

@@ -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