@extends('site.master') @section('main-content')

{{ $program[0]->title ?? '' }}

{!! $program[0]->description ?? '' !!}

@lang('language.file')

@if (isset($program[0]->file)) @endif

@lang('language.sendm')

@if (Session::has('success_message'))

{{ Session::get('success_message') }}

@endif @if (Session::has('error_message'))

{{ Session::get('error_message') }}

@endif
@honeypot {{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('suggestion_type')) {{ $errors->first('suggestion_type') }} @endif
@if ($errors->has('suggestion')) {{ $errors->first('suggestion') }} @endif
@endsection {{-- My Page

This is a paragraph of text.

{{-- --}} {{--




--}}