@extends('admin.template-admin') @section('title','Home') @section('head') @endsection @section('content')

Table / {{str_replace("_"," ",$menu)}}

@foreach ($heads as $head) @endforeach @foreach ($tables as $no => $table)
Notice: Undefined variable: table in C:\xampp\htdocs\siskeudes\resources\views\admin\table-dinamis.blade.php on line 24
{{-- --}} @foreach ($heads as $head) @endforeach @endforeach
No{{$head}}
{{$no+1}}{{$table->menu}}{{$arr[$head]}}
{{$tables->links()}}
@endsection @section('script') @endsection