我收到以下錯誤: Class 'HTML' not found (View: C:\WORK\Software\XamppOne\htdocs\APOSTXUI\ContractorsClubField\resources\views\includes_header.blade.php) (View: C:\WORK\Software\XamppOne\htdocs\APOSTXUI\Contra
我有一個頁面,顯示了企業名稱在數據庫中檢索像這樣的鏈接: 控制器: public function viewBusiness() {
// Return our "website" object
$business = Business::all();
// Pass the contents of the "html" property to the view
return view('
我現在有這個條件在我的刀片 @if($generatetypeofSummaryofMembers == 'breakdownMemType')
some codes here
@endif
我怎樣寫,如果我想提出一個以上的值,如「breakdownMemType」,「breakdownStatType '等
我main.blade.php <div class="container">
@yield('content')
</div>
@extends('main')
@section('content')
<div class="row">
<h1>this content should show on my main</h1>
</div