@extends('layouts.app') @section('content')

Audit Report

@foreach ($data['moduleItems'] as $ik => $item)
@if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection) @endforeach @endif
Sl Title Action
{{ $dynamicSection['sequence'] }} {{ $dynamicSection['title'] }} Download
@endforeach
@endsection @push('css') @endpush