@extends('backends.layouts.master_layout') @section('title','Activity Logs') @section('page_heading','Activity Logs') @section('content')
@include('backends.includes.notification') {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Filter
--}} {{--
--}} {{--
--}} {{--
Add
--}} {{--
--}} {{--
--}} {{--
Excel
--}} {{--
--}} {{--
--}} {{--
PDF
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@foreach($activity_logs as $k => $client) @endforeach
SL
Details
Events
User
Change By
Date
{{$k+1}}
{{$client->description}}
{{$client->event}}
{{$client->subject?->name}} | {{$client->subject?->code}}
{{$client->causer?->name}} | {{$client->causer?->code}}
{{$client->created_at}}
Details
@include('.backends.includes.delete-modal') @endsection