@extends('admin.layouts.main') @section('content')

Activitylog

@if(!empty($activity)) @foreach($activity as $arc) @if(in_array($inlog,["projectForm","projectFixed"])) @elseif($inlog == "notification") @elseif($inlog == "Page") @else @endif @endforeach @endif
# {{__('messages.created_by')}} {{__('messages.title or name')}} {{__('messages.event')}} {{__('messages.created_at')}} {{__('messages.show')}}
{{$loop->iteration}} {{$arc->causer->name ?? '' }} @if($arc->causer_type == "projects") {{' - '.$arc->causer->hse_manager_name}} @elseif($arc->causer_type == "branch") @endif {{$arc->subject->form ? $arc->subject->form->name : '' }}{{$arc->subject->text ?? '' }}{{$arc->subject->title ?? '' }}{{$arc->subject->name ?? '' }}{{$arc->description}} {{$arc->created_at}}
@if($activity != null) {!! $activity->withQueryString()->links('pagination::bootstrap-4') ?? '' !!} @endif
@endsection @section('modal') @endsection @section('script') @endsection