@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Department Activity'])

Department Activity

Add
@foreach ($activities as $index => $activitie) @endforeach
# Department Name Name Of The Activity Topic Conducted Date Conducted through Conducted by Status Action

{{ $index + 1 }}

{{ $activitie->department->department_name }}

{{ $activitie->nameoftheactivity }}

{{ $activitie->topic }}

{{ $activitie->activity_date }}

{{ $activitie->conductedthrough }}

{{ $activitie->resourceperson }}

@if ($activitie->oprtnl_flag === 'A') Active @else Inactive @endif

@csrf @method('DELETE')
@endsection @push('scripts') @endpush