bootstrap
This commit is contained in:
@ -36,4 +36,17 @@ $table->columns([
|
||||
}
|
||||
]);
|
||||
$table->create();
|
||||
$table->render();
|
||||
//$table->render();
|
||||
|
||||
?>
|
||||
<x-main>
|
||||
<x-slot:title>
|
||||
Custom Title
|
||||
</x-slot>
|
||||
|
||||
@php
|
||||
$table->render();
|
||||
@endphp
|
||||
|
||||
</x-main>
|
||||
|
||||
|
Reference in New Issue
Block a user