removed designation column in export of employee master
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Waiting to run
Laravel Larastan / larastan (pull_request) Waiting to run
Laravel Pint / pint (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled

This commit is contained in:
dhanabalan
2026-06-02 09:02:02 +05:30
parent 7d40f50821
commit 02352aeb32

View File

@@ -29,8 +29,8 @@ class EmployeeMasterExporter extends Exporter
->label('CODE'),
ExportColumn::make('department')
->label('DEPARTMENT'),
ExportColumn::make('designation')
->label('DESIGNATION'),
// ExportColumn::make('designation')
// ->label('DESIGNATION'),
ExportColumn::make('email')
->label('EMAIL'),
ExportColumn::make('mobile_number')