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

Work Anniversary Template Preview of ({{ $employee->emp_code }})

Back
@if ($employee->photograph)

{{ $employee->emp_name }}
{{ $employee->emp_designation }}

Happy {{ $nth }} Work

@else
ON COMPLETING YOUR {{ $nth }} YEAR AT WORK

{{ $employee->emp_name }}
{{ $employee->emp_designation }}

Happy

{{ $nth }}

Work Anniversary

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