@extends('hr_main') @section('title', '| Gratuity Details' ) @section('content')
| Sl | --}}Sl | Date | Basic Salary | Job Age | Add Current Period | Balance | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $info['date'] }} | {{ $info['obDate'] }} | {{ number_format($info['org'], 2) }} | {{ number_format($total, 2) }} | @else{{ $sl++ }} | {{ $info['date'] }} | {{ number_format($info['basicSalary'], 2) }} | {{ $info['jobDuration']['year'].' Year(s) '. $info['jobDuration']['month'].' Month(s)'}} | {{ number_format($info['org'], 2) }} | {{ number_format($total, 2) }} | @endif