@extends('layouts.app') @section('title') Employee Attendace Setting @stop @section('breadcrumb') @stop @section('css') @stop @section('content')
@if(Session::has('error')) @endif

Hrm Setting

{{csrf_field()}}
@if ($errors->has('checkin')) {{ $errors->first('checkin') }} @endif
@if ($errors->has('checkout')) {{ $errors->first('checkout') }} @endif
@if ($errors->has('late_fine')) {{ $errors->first('late_fine') }} @endif
@php $offday = explode(',', $hrm_setting->weekend_day); @endphp
 
@stop @section('js') @stop