@extends('layout.main') @section('main-section')

EFU PRCL Management Portal

Application Logs

abcd

...

@foreach ($logs as $log)

Logs Information

This Logs is Searched By {{session()->get('user_name')}}

Action Performed: {{$log->_ActionPerformDesc}}

Ip Address: {{$log->_IP_Address}}

Location: {{$log->_Location}}

Adv. Information

  • User Agent: {{$log->_UserAgent}}

    Date Time Action Performed: {{$log->_DateTime}}

    Action Performed By: {{$log->_UserEmail}}

    Map: Click me!

@endforeach
@endsection('main-section')