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

Manually log in team member

{{ csrf_field() }}

Who is Logged In at {{ isset($team->team_name) ? $team->team_name : ''}}

@if (!empty($profiles)) @foreach ($profiles as $profile) @endforeach @endif
Names Time In Action
{{ $profile->profile_first_name}} {{$profile->profile_last_name}} {{ isset($profile->profileDesignation->career_path) ? $profile->profileDesignation->career_path : ''}} Logged in at {{date('g:i a, D dS F Y',strtotime($profile->getTimeCard->time_in))}}
@endsection @section('sub_header')
Who is Logged In?
@if ($loggedUserDetails['guard'] == 'user') @endif
@endsection @section('theam_css') @endsection @section('page_css') @endsection @section('js_file') @endsection @section('page_js') @endsection