@extends('layouts.cork')
@section('title', $title)
@section('page-css')
@endsection
@section('breadcrumb')
@endsection
@section('content')
{!! $welcomeLetter->text !!}
@if (isset($welcomeLetter->file1))
@endif
@if (isset($welcomeLetter->file2))
@endif
@if (isset($welcomeLetter->file3))
@endif
@endsection
@section('page-js')
@endsection