@extends('layouts.master') @section('title', 'Employee Form | ') @section('content') @include('partials.header') @include('partials.sidebar')

Salary Slip for {{ $employee->Account_Title }}

Month: {{ $month }} / Year: {{ $year }}

Employee ID {{ $employee->Account_ID }}
Name {{ $employee->Account_Title }}
Designation {{ $employee->phpAccountID }}
Basic Salary {{ number_format($employee->Branch_ID, 2) }}
Export to PDF
@endsection