{{ csrf_field() }}
{!! Form::select2( 'organisation_id', (!empty($member) && $member->organisation ? $member->organisation : null), App\Models\Organisation::class ) !!}
{!! Form::text('role', null, ['placeholder' => trans('organisations.members.placeholders.role'), 'class' => 'form-control', 'maxlength' => 45]) !!}
@include('cruds.fields.private', ['model' => $member])
@if (!$ajax) {!! trans('crud.or_cancel', ['url' => (!empty($cancel) ? $cancel : url()->previous())]) !!} @endif