@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

OPERATIONS MANAGEMENT SYSTEM

ATTENDANCE

@include('includes.messages')
{{ csrf_field() }} @method('POST')
@php use SimpleSoftwareIO\QrCode\Facades\QrCode; @endphp

@if ($gang_member->picture_url != null)
@endif

{{-- @if (!empty($gang_attendance)) --}} @foreach ($gang_attendances as $gang_attendance) {{-- @endif --}} @endforeach
CHECK-IN TIME CHECK-OUT TIME DATE
{{ $gang_attendance->check_in ? Carbon\Carbon::parse($gang_attendance->check_in)->format('j M Y g:i a') : null }} {{ $gang_attendance->check_out ? Carbon\Carbon::parse($gang_attendance->check_out)->format('j M Y g:i a') : null }} {{ $gang_attendance->cur_date ? Carbon\Carbon::parse($gang_attendance->cur_date)->format('j M Y') : null }}
@endsection @section('more-scripts') @endsection