@section('content')

Offerings> Offering terms

"{{ $offering->name }}" Offering - Offering terms

@if($errors->has())
@foreach ($errors->all() as $row)
{{ $row }}
@endforeach
@endif {{ Form::model($transactions, $method) }}
{{ Form::textarea('content', null, array('id' => 'redactor', 'rows'=> 30, 'placeholder' => 'Content', 'class' => 'form-control')) }}
Cancel
{{ Form::close() }} @endsection