@extends('layouts.master', ['title' => 'Template Preview'])
@section('style')
@endsection
@section('contents')
@if ($employee->photograph)
Dear
{{ $employee->emp_name }}
@else
Dear {{ $employee->emp_name }}
@endif
@endsection
@section('script')
@endsection