@extends('layouts.view') @section('title','Overtime Management') @section('content') @section('links') @endsection

{{trans('lang.overtime')}}

@if ($message = Session::get('success'))

{{ $message }}

@elseif($message = Session::get('error'))

{{$message}}

@endif

{{trans('lang.overtime')}}