@extends('Admin.component.layout') @section('title', '管理首頁') @section('content')
後台管理

{{ Session::get('username')}} 歡迎您!

@stop