芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/attendances/by_map_location.blade.php
@extends('layouts.app') @push('styles') @endpush @section('filter-section')
@lang('app.date')
@lang('app.employee')
@lang('app.all')
@foreach ($employees as $item)
@endforeach
@lang('app.department')
@lang('app.all')
@foreach ($departments as $department)
{{ ucfirst($department->team_name) }}
@endforeach
@lang('modules.attendance.late')
@lang('app.all')
@lang('app.yes')
@lang('app.no')
@lang('app.clearFilters')
@endsection @section('content')
@if (attendance_setting()->save_current_location)
@endif
@lang('modules.attendance.attendanceByLocation')
@endsection @push('scripts') @endpush