@extends('layouts.master') @section('page-title',$page_info['page_title']) @section('main-section')

{{$page_info['page_name']}}

@foreach($optionalModulesList as $key => $arr) @if($arr->status=='1') @else @endif @endforeach
# Modules Name Status Updated By Updated On
{{++$key}} {{$arr->module}}
{{getUserNameById('users','userID',$arr->updatedBy,'displayName')}} {{ $arr->updatedOn ? dft($arr->updatedOn) : 'N/A' }}
@endsection @section('custom-js') @endsection