@extends('admin.layout.app') @section('title','Employee Salary Report') @push('headerscript') @endpush @section('content')

Employee Salary Report

{{$errors->first('month')}}
{!! Form::select("employee_id", [''=>'Select']+$employees, old("employee_id"), ['class'=>'form-control', 'required', 'id'=>'employee_id'] ) !!}
{{$errors->first() ? 'Employee bank details already exists':''}}
{{-- --}}
S.No. Employee Name Month Attendance Basic Salary OT Hours OT Amount Transportation Accommodation Insurance Other Reimbursement DeductionsDeductions ReasonTotal Salary Paid From Paid To Action
@endsection @push('footerscript') {{-- --}} @endpush