@extends('layouts.app') @section('title', 'Preview Letter') @section('breadcrumbs')
@endsection @section('content'){{ $template->category_label }} for {{ $employee->first_name }} {{ $employee->last_name }} ({{ $employee->employee_code }})
This template contains custom variables that need to be filled in manually.
Note: Some variables remain unresolved: {{ implode(', ', $unresolvedVars) }}