@extends('admin.admin-layouts.master') @section('content')
{{ __('Employee') }} | {{ __('Created Date') }} | {{ __('Monthly Salary') }} | {{ __('Deduction') }} | {{ __('Bonus') }} | {{ __('Total Salary') }} | {{ __('From Date') }} | {{ __('To Date') }} | {{ __('Status') }} | {{ __('Comment') }} |
---|---|---|---|---|---|---|---|---|---|
{{ $p->name }} | {{ $p->created_at }} | {{ $p->salary }} | {{ $p->deduction }} | {{ $p->bonus }} | {{ $p->total_salary }} | {{ $p->fromdate }} | {{ $p->enddate }} | @if ($p->approve_key == 1) {{ __('Pending') }} @else {{ __('Done') }} @endif | {{ $p->comment }} |