@extends('layout.main') @section('content') {{__('Pension Info')}} @csrf {{trans('file.Company')}} {{__('All Companies')}} @foreach($companies as $company) {{$company->company_name}} @endforeach {{trans('file.Employee')}} {{__('All Employees')}} {{__('Select Month')}} {{trans('file.Search')}} {{__('Employee Name')}} {{__('Month-Year')}} {{__('payment Type')}} {{__('Basic Salary')}} {{__('Pension Type')}} {{__('Pension Amount')}} {{__('Remainig Balance')}} @endsection @push('scripts') @endpush