@extends('payroll.employee_frontend.layouts.employee') @section('custom_style') @endsection @section('content') {{__('obs.attendance')}} {{__('obs.report')}} @if (session('success')) {{ session('success') }} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf {{__('obs.from')}} {{__('obs.date')}} {{__('obs.to')}} {{__('obs.date')}} {{__('obs.print')}} @endsection @section('script') @endsection