@extends('layouts.app') @section('title', 'Corporate Bulk Applications') @section('content')

Corporate Bulk Applications Batch Processing

Generate individual trackable service applications for corporate client employee groups.

@foreach($batches as $batch)
{{ $batch->batch_number }} {{ $batch->company ? $batch->company->name_en : 'Company' }}
{{ $batch->status }}
Service: {{ $batch->service ? $batch->service->name_en : 'Service' }} {{ $batch->completed_count }} / {{ $batch->employee_count }} Created
@endforeach

Launch Corporate Employee Bulk Batch

@csrf
@endsection