@extends('payroll.employee_frontend.layouts.employee') @section('custom_style') @endsection @section('content')

Create Manual Punch

@if (session('message'))
{{ session('message') }}
@endif

@csrf
@if(empty($conveyance_info)) @endif
@endsection @section('script') @endsection