@extends('admin.template-admin')
@section('title','Home')
@section('head')
@endsection
@section('content')
Table / {{str_replace("_"," ",$menu)}}
No |
@foreach ($heads as $head)
{{$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
{{$no+1}} |
{{-- {{$table->menu}} | --}}
@foreach ($heads as $head)
{{$arr[$head]}} |
@endforeach
@endforeach
{{$tables->links()}}
@endsection
@section('script')
@endsection