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