From Changes
| user type | type change | user name | form name | date | ||
|---|---|---|---|---|---|---|
| {{$archives->causer_type}} | {{$archives->description}} | @if($archives->causer_type == "projects"){{$archives->causer->hse_manager_name }} | @elseif($archives->causer_type == "branch"){{$archives->causer->user_name}} | @else{{$archives->causer->name ?? ''}} | @endif{{$archives->subject->form->name}} | {{$archives->created_at}} |
| - | new | |
| {{__("messages.$key")}} | @if($key == "password")**** | @else{!! $attr!!} | @endif
| - | old | |
| {{__("messages.$key")}} | @if($key == "password")**** | @else{!! $attr!!} | @endif
| {{__("messages.$key")}} | @if($key == "password")**** | @else{!! $attr!!} | @endif
| {{__("messages.$key")}} | @if($key == "password")**** | {!! $attr!!} | @endif
input Changes For all
@if(!empty($projectInput)) @foreach($projectInput as $input){{$input->subject->formInput->label}}
| input name | input type | change status | change by | {{__('messages.created_at')}} | ||
|---|---|---|---|---|---|---|
| {{$input->subject->formInput->label}} | {{$input->subject->formInput->input_type}} | {{$input['description']}} | @if($input['causer_type'] == "projects"){{$input->causer->hse_manager_name }} | @elseif($input['causer_type'] == "branch"){{$input->causer->user_name}} | @else{{$input->causer->name}} | @endif{{$input['created_at']}} |