@extends('layouts.master', ['title' => 'Template Preview']) @section('style') @endsection @section('contents')

BIRTHDAY TEMPLATE PREVIEW OF {{ $employee->emp_code }}

Back
@if ($employee->photograph)

Dear
{{ $employee->emp_name }}

@else

Dear {{ $employee->emp_name }}

@endif
@endsection @section('script') @endsection