@extends('layouts.app') @section('title', '工時填報系統') @push('styles') @endpush @section('content')
工時填報系統
{{-- 圖示與說明 --}}

週報工時填報

請選擇要填報的週次,系統將顯示該週的工時填報表

{{-- 週次選擇 --}}
{{-- 上週 / 本週 / 下週 --}}
@endsection @push('scripts') @endpush