@extends('admin.layouts.layout') @section('content') @if(isset($parent_module))
For {{$parent_module->label}} :
{{$parent_data->$parent_show_column}}
@endif
@foreach($module_fields as $field) @endforeach @foreach ($collection as $row) @foreach($module_fields as $field) @php $column_name = $field->column_name; @endphp @if($field->column_type == "image") @else @endif @endforeach @endforeach
ID{{ucfirst($field->label)}}Actions
{{$row->id}} {{$row->$column_name}} @if(isset($module_child) && $module_child == 1) @foreach($child_modules as $child) {{$child->label}} @endforeach @endif Edit Delete
@endsection