• {!! trans('binary_tree_plan::binary_tree_user.name') !!}
  • @if($binary_tree_user->id ) @endif
{!!Form::vertical_open() ->id('binary_tree_plan-binary_tree_user-show') ->method('POST') ->files('true') ->action(guard_url('binary_tree_plan/binary_tree_user'))!!}
{{ trans('app.view') }} {!! trans('binary_tree_plan::binary_tree_user.name') !!} [{!! $binary_tree_user->name !!}]
@include('binary_tree_plan::admin.binary_tree_user.partial.entry', ['mode' => 'show'])
{!! Form::close() !!}