@extends('_version_02.utility_charges.mobile_apps_light.layouts.main') @section('content')
user
{{ $user_profile['fullname']}}
{{ $user_profile['email']}}
{{ $total_check_in_out['total_check_in'] }} Check In
{{ $total_check_in_out['total_check_out'] }} Check Out
{{ $total_check_in_out['total_records'] }} History
@php $is_current_check_in = $visit_log_model['id'] !== null ? '' : 'hide' ; $is_no_check_in = $visit_log_model['id'] !== null ? 'hide' : '' ; $visit_type = $visit_log_model['id'] !== null ? ($visit_log_model['is_check_in'] == 1 ? 'check_out' : 'check_in') : 'check_in'; //dd($visit_log_model); @endphp
@endsection @section('script') @endsection