@extends('layouts.app') @section('title', 'Generate Letter') @section('breadcrumbs') @endsection @section('content')

Generate Letter

Select an employee and template to generate a letter

@csrf {{-- Employee Selection --}}
@error('employee_id')

{{ $message }}

@enderror
{{-- Template Selection --}}
@error('template_id')

{{ $message }}

@enderror
{{-- Actions --}}
Cancel
{{-- Quick Links --}}
Bulk Generate Manage Templates
@endsection