8 lines
210 B
PHP
Raw Normal View History

2022-06-01 10:15:55 +03:00
@include($class->views['detail.content.header'])
@foreach($class->tables as $table_key => $table_name)
@include($class->views['detail.table'])
@endforeach
@include($class->views['detail.content.footer'])