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

Add Attendace schedual plan

{{csrf_field()}}
@if ($errors->has('medical_leave')) {{ $errors->first('medical_leave') }} @endif
@if ($errors->has('anual_leave')) {{ $errors->first('anual_leave') }} @endif
@if ($errors->has('special_leave')) {{ $errors->first('special_leave') }} @endif
@if ($errors->has('other_leave')) {{ $errors->first('other_leave') }} @endif
@if ($errors->has('weekend_leave')) {{ $errors->first('weekend_leave') }} @endif
 
@stop @section('js') @stop