@extends('layouts.admin') @section('style') @endSection @php $tabs = []; $num_tab = 0; foreach ($metadata as $group => &$each) { ++$num_tab; $tabs[] = [ 'selected' => $num_tab === 1, 'group' => $group, 'title' => $each['caption'], ]; } $num_section = 0; @endphp @section('content') @component('admin.components.tabs_custom', ['tabs' => $tabs, 'id' => 'mainTab']) @slot('slot_common')
{{ ++$num_section }}. Select a data set
{{--

>

{{ ++$num_section }}. Select or create a view
--}}

>

{{ ++$num_section }}. Select View Columns
{{ ++$num_section }}. Select Data Filter
{{--
{{ ++$num_section }}. Select View Columns
--}}
{{ ++$num_section }}. Select or create a view
{{--
--}}
{{-- --}}
No data available now
@endslot @slot('slot_rows')
API TOKEN
@endslot @endcomponent @component('components.utility.modal_error') @endcomponent @endsection @section('script') @endSection