@extends('layouts.user.app') @section('content')
@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

@if(!empty($leaves)) @foreach($leaves as $leav) @endforeach @endif
@endsection('content')