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