@extends('layouts.master') @section('css') @endsection @section('page-header') @if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif @endsection @section('title') {{ __('attendances.title') }} @stop @section('content')
{{ __('attendances.title') }}
# {{ __('attendances.employee') }} {{ __('attendances.date') }} {{ __('attendances.check_in') }} {{ __('attendances.check_out') }} {{ __('attendances.attendance_type') ?? 'نوع الحضور' }} {{ __('attendances.status') }} {{ __('attendances.actions') }}
@endsection @section('js') @endsection