@extends('layouts.adminapp') @section('content') @section('head',__('lng.Employee')) {{-- Day Book --}}

{{$Employee->name}}

{{--

{{$Employee->designation->title}}

--}}

{{__('lng.PayHistory')}}


{{-- --}} @php $i=0;@endphp @foreach ($PaySalaries as $PaySalary) @endforeach
{{__('lng.SiNo')}} {{__('lng.Date')}} {{__('lng.PayAmount')}}{{__('lng.Action')}}
{{++$i}} {{date("d-m-y",strtotime($PaySalary->date))}} @currency($PaySalary->amount)
@endsection