@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Dynamic Master') @push('head') @endpush @section('content') Dynamic Master Details @csrf ------Select Table------ @if(!empty($allTables)) @if(count($allTables)>0) @foreach($allTables as $item) {{$item->tablename}} @endforeach @endif @endif Dynamic Master Data @endsection @push('scripts') @endpush