@extends('layouts.organization.app') @section('content') @if(Auth::user()->is_admin==1)

Absence Rate

Current Month

Number Of Hiring

Current Month

Leave Request

Assets Requet

45.39 %

@else
@if(!empty($emp_attendance->in_time))
@if(!empty($emp_attendance->out_time)) @else Mark Attendance Out @endif
@else @endif

@if(!empty($emp_attendance->in_time)) @if(!empty($emp_attendance->out_time)) You have successfully marked out your today's attendance @else You have successfully marked in your today's attendance @endif @else Mark your today's attendance in @endif

@endif
@push('body-scripts') @endpush @endsection('content')