Files
lucent-laravel/front/views/records/index.blade.php
T
2024-10-02 18:58:30 +03:00

38 lines
1.1 KiB
PHP

<div class="">
<div class="{{$inModal ? 'mt-0' : 'mt-5'}}">
<h3 class="header-normal mb-5 ">
{{$schema->label}}
</h3>
{{-- {#if selected.length > 0 && !inModal && isWritable}--}}
{{-- <ActionsOnSelected {schema} {selected} {filter}/>--}}
{{-- {:else}--}}
{{-- <Tools--}}
{{-- bind:schema--}}
{{-- bind:records--}}
{{-- {systemFields}--}}
{{-- {sortParam}--}}
{{-- {sortField}--}}
{{-- {operators}--}}
{{-- {filter}--}}
{{-- {graph}--}}
{{-- {inModal}--}}
{{-- {modalUrl}--}}
{{-- {isWritable}--}}
{{-- on:refresh={refresh}--}}
{{-- />--}}
{{-- {/if}--}}
@include("lucent::records.tools")
@include("lucent::records.table")
</div>
{{-- <Pagination--}}
{{-- {limit}--}}
{{-- {skip}--}}
{{-- {total}--}}
{{-- on:refresh={refresh}--}}
{{-- {inModal}--}}
{{-- {modalUrl}--}}
{{-- />--}}
</div>