@extends('admin.admin_master') @section('admin')

Employee Salary List

Add Employee Salary
@foreach($allData as $key => $value ) @endforeach
SL Name ID NO Mobile Gender Join Date Salary Action
{{ $key+1 }} {{ $value->name }} {{ $value->id_no }} {{ $value->mobile }} {{ $value->gender }} {{ date('d-m-Y',strtotime($value->join_date)) }} {{ $value->salary }}
@endsection