@extends('layouts.app') @section('title', __('gym::lang.attendance')) @section('content') @include('gym::layouts.nav')

@lang('gym::lang.attendance_for_today') {{ @format_date(now())}}

@component('components.widget')
@lang('contact.name') @lang('business.email') @lang('contact.mobile') @lang('lang_v1.created_at') @lang('gym::lang.in_time') @lang('gym::lang.out_time')
@endcomponent
@endsection @section('javascript') @endsection