@extends('layout.main') @section('content') {{__('Generate Payslip')}} @csrf {{trans('file.Company')}} {{__('All Companies')}} @foreach($companies as $company) {{$company->company_name}} @endforeach {{trans('file.Department')}} {{__('All Employees')}} {{__('Select Month')}} {{trans('file.Search')}} {{__('Payment History')}} {{__('Payment Info')}} {{trans('file.Name')}} {{__('Paid Amount')}} {{__('Payment Month')}} {{__('Payment Date')}} {{__('Payslip Type')}} @endsection