@extends('layout') @section('pageScripts') @endsection @section('title') Logs @endsection @section('actions') @endsection @section('content')
@foreach($logs as $item) @endforeach
Employee ID Employee Name Action Policy Type Policy Name Status Date Description
{{ $item->employeeId }} {{ $item->employeeName }} {{ $item->action }} {{ $item->policyType }} {{ $item->policyName }} {{ $item->status }} {{ $item->date }} {{ $item->description }}
@endsection