@extends('master') @section('content') {{ __('Payment History') }} @csrf {{-- {{ trans('Company') }} {{ __('All Companies') }} @foreach ($companies as $company) {{ $company->company_name }} @endforeach --}} {{ trans('Employee') }} {{ __('All Employees') }} {{ __('Select Month') }} {{ trans('Search') }} {{ __('Payment History') }} Payslip Number Bank Account {{ trans('Employee') }} Net Salary Salary Month {{ __('Payment Date') }} {{ trans('action') }} @endsection @section('page_script') @endsection