@if(userCan('ConfirmationApproval-create')==0) @php header("Location: " . URL::to('errors.403'), true, 302); exit(); @endphp @endphp @endif @extends('layouts.default') @php $pageTitle = 'New Confirmation'; @endphp @section('title',$pageTitle) @section('PageHead') @if ( session('massage') ) × Success! {{session('massage')}} @endif @if ( session('error') ) × Not Success! {{session('error')}} @endif @if (Session::has('errors')) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif {{$pageTitle}} - {{@$data->full_name}} {{@$data->nick_name}} Dashboard @if(userCan('ConfirmationApproval-List')>0) Confirmation Approval List @endif @stop @section('content') Confirmation Details History {{ csrf_field() }} @method('PUT') Staff Company Designation Department Joining Date Confirmation Date Line Manager Head of Department Status Load Question Select One MMH Load Add Question Total Marks: Marks Achieve: Question No Type Question Weight Marks @for($i=1; $i<=3; $i++) {{$i}} Select One MMH @endfor Recommendation recommend_is=="1")? "checked" : "" }}> May Parmanent recommend_is=="2")? "checked" : "" }}> May Extent recommend_is=="3")? "checked" : "" }}> May Terminate Salary Increase No Yes Current Salary Recommended Salary Recommender Comments {{@$data->recommend_comment}} Approval approve_is=="2")? "checked" : "" }}> Parmanent approve_is=="1")? "checked" : "" }}> Probation Extended approve_is=="6")? "checked" : "" }}> Terminated Approved Salary Probation Extended(Month) Approver Comments {{@$data->approve_comment}} Save History @stop