@extends('payroll.employee_frontend.layouts.employee') @section('custom_style') @endsection @section('content') Create Manual Punch @if (session('message')) {{ session('message') }} @endif In Out @csrf In Time Out Time @if(empty($conveyance_info)) @endif @endsection @section('script') @endsection