@extends('layouts.admin') @php $table_id = 'variables_list' @endphp @section('script') @parent @endSection @section('style') @parent @endSection @section('content') @component('admin.components.tabs') @foreach([ 'tpl_search_type'=>[ 'label' =>'Type:', 'heading'=>'headings.txt_filter_type', ], ] as $id => $data) @endforeach @component('admin.components.datatable_card', ['id' => $table_id, 'with_delete' => true]) @endcomponent @endcomponent @endsection