@extends('Layouts.erp_master') @section('content')
Employee Information
Employee Name {{ $employeeName }} Employee Code {{ $employeeNo }}
Branch {{ $branchFrom }} Terminate Date {{ $terminateDate }}
Is Approved? {{ $isApproved }} Approved By {{ $approvedBy }}
Entry By {{ $createdBy }}
@include('elements.button.common_button', [ 'back' => true, 'print' => [ 'action' => 'print', 'title' => 'Print', 'exClass' => 'float-right', 'jsEvent' => 'onclick= window.print()' ] ]) @endsection