@if ($ajax)
{{ trans('characters.organisations.create.title', ['name' => $model->name]) }}
@endif
{!! Form::open(array('route' => ['characters.character_organisations.store', $model->id], 'method'=>'POST', 'data-shortcut' => "1")) !!}
@include('characters.organisations._form')
{!! Form::hidden('character_id', $model->id) !!}
{!! Form::close() !!}