@extends('layouts.app') @section('title') Attendance schedual plan @stop @section('breadcrumb') @stop @section('css') @stop @section('content')
{{--

Attendance Schedual PlanAdd Attendance Schedual plan

--}}
@if(Session::has('success')) @endif
Medical Leave Anual Leave Other Leave Special Leave Weekend Leave Action
{{$att_shedual_plan_lists->medical_leave}} {{$att_shedual_plan_lists->anual_leave}} {{$att_shedual_plan_lists->other_leave}} {{$att_shedual_plan_lists->special_leave}} {{$att_shedual_plan_lists->weekend}}     {{-- --}}
@stop @section('js') @stop