@extends('admin.layouts.app') @section('title', get_setting('site_name').' Attendance Create') @section('content')
{{ __('Daily Attendance') }}
@csrf
{{ __('Employee') }} {{ __('Date') }} {{ __('Sign in') }} {{ __('Sign out') }} {{ __('Action') }}
@endsection @section('script') @endsection