We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70673c9 commit ec1975cCopy full SHA for ec1975c
html-builder-table.md
@@ -34,7 +34,7 @@ On your `resources/views/users/index.blade.php`.
34
@extends('app')
35
36
@section('contents')
37
- {!! $html->table(['class' => 'table table-bordered', true]) !!}
+ {!! $html->table(['class' => 'table table-bordered'], true) !!}
38
@endsection
39
40
@push('scripts')
0 commit comments