@extends('admin.main') {{-- Index Categories ( Card->table->list ) --}} @section('content') {{-- Ajax Script for Append Modal Form into index Page --}} @include('script.model_crud_script',[$crud_table])

{{ @$test }}

{{-- Card With Table ( Records index Lists ) --}} @component('layout.components.window_card',['title'=>$crud_table])
@include("model_crud.{$crud_table}._table");
@endcomponent {{-- Repeatative Modal component For, Modal Configration --}} @component('layout.components.modal',['modal_id'=> $crud_table.'_modal'])

Please Wait.....

@endcomponent @endsection {{-- #content --}}