@extends('layouts.app') @section('title', 'Input Lembur Manual') @section('content')
@csrf
@foreach($pegawai as $p) @endforeach @foreach($kompensasi as $k) @endforeach
{{ old('keterangan') }}
Simpan Lembur
@endsection @section('script') @endsection