<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>