{{View::make('layout.header')}}
@if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('danger'))
{{ session()->get('danger') }}
@endif

UBS Payroll Path

@if (\Session::has('statusMsg'))
Success! {{ Session::get('statusMsg') }}
@endif
@csrf
{{View::make('layout.footer')}} @include('inc.updateleave-modal')