@extends('layouts.backend') @section('content')

Bulletins | {{ $option }}

{!! Form::open(['url' => '', 'class' => 'form-horizontal', 'autocomplete' => 'off']) !!}

Bulletin Details

{!! nl2br($bulletin->bl_message) !!}
@foreach($bulletin->bulletin_recipients as $recipient) @endforeach
{!! $recipient->c_fname !!} {!! $recipient->c_lname !!},
{!! Form::close() !!}
@stop