@extends("template.layouts.simple.master") @section('content')
@include("master.notification")
@csrf
@if(isset($markin_count) and isset($markout_count) and $markin_count == 1 and $markout_count == 1)
@endif @if((isset($previous_details->mark_status) and $previous_details->mark_status != 2))

10:00:00

@if($previous_details->custom_status == 1)
@else
@endif @endif
@can("add normal mark-in and mark-out") @if((isset($previous_details->mark_status) and $previous_details->mark_status != 1) or !isset($previous_details->mark_status)) @if(isset($markin_count) and $markin_count < 1) @endif @endif @if((isset($previous_details->mark_status) and $previous_details->mark_status != 2) or !isset($previous_details->mark_status)) @if(isset($markout_count) and $markout_count < 1) @endif @endif @endcan @can("add custom mark-in and mark-out") @endcan
@csrf

Custom Mark-In / Mark-Out Form

@error("custom_time")
{{$message}}
@enderror
@can("add custom mark-in and mark-out") @if((isset($previous_details->mark_status) and $previous_details->mark_status != 1) or !isset($previous_details->mark_status)) @endif @if((isset($previous_details->mark_status) and $previous_details->mark_status != 2) or !isset($previous_details->mark_status)) @endif @endcan
@endsection {{--@include("")--}} @section("scripts") @include("master.notification_show_hide") @endsection