datatable.directory codebase
https://datatable.directory/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
366 B
10 lines
366 B
<div class="row justify-content-start px-3">
|
|
<div class="d-flex w-100 align-items-center">
|
|
@include('table._header-handle')
|
|
|
|
<h1 class="mx-3" id="table-title">{{ $table->title }}</h1>
|
|
<a href="{{ $table->viewRoute }}" class="btn btn-outline-primary py-1 btn-sm" @tooltip(Back to Table)>
|
|
@icon(fa-reply, sr:Back to Table)
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|