@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
@endsection @section('content')
{!! $welcomeLetter->text !!}
@if (isset($welcomeLetter->file1))
File 1: @if (isset($welcomeLetter->file1_title)) {{ $welcomeLetter->file1_title }} @else {{ $welcomeLetter->file1 }} @endif
@endif @if (isset($welcomeLetter->file2))
File 2: @if (isset($welcomeLetter->file2_title)) {{ $welcomeLetter->file2_title }} @else {{ $welcomeLetter->file2 }} @endif
@endif @if (isset($welcomeLetter->file3))
File 3: @if (isset($welcomeLetter->file3_title)) {{ $welcomeLetter->file3_title }} @else {{ $welcomeLetter->file3 }} @endif
@endif

@endsection @section('page-js') @endsection