@extends('payroll.employee_frontend.layouts.employee') @section('custom_style') @endsection @section('content') {{__('obs.create')}} {{__('obs.manual')}} {{__('obs.punch')}} @if (session('message')) {{ session('message') }} @endif {{__('obs.in')}} {{__('obs.out')}} @csrf {{__('obs.in')}} {{__('obs.time')}} {{__('obs.out')}} {{__('obs.time')}} @if(empty($conveyance_info)) Punch @endif @endsection @section('script') @endsection