@extends('layout.main') @section('content') {{__('Payment History')}} @csrf {{trans('file.Company')}} {{__('All Companies')}} @foreach($companies as $company) {{$company->company_name}} @endforeach {{trans('file.Employee')}} {{__('All Employees')}} {{__('Select Month')}} {{trans('file.Search')}} Payslip Number Bank Account {{trans('file.Employee')}} Salary Details Salary Month {{__('Payment Date')}} {{trans('file.action')}} @endsection @push('scripts') @endpush