@can('admins')
@endcan {!! Form::model($superunit, ['route'=> ['update.superunit', $superunit], 'method'=>'PUT', 'class'=> 'form-horizontal needs-validation', 'files'=> true, 'novalidate'=>'' ]) !!} @component('superunits.modals.edit') @slot('superunitid') {{$superunit->id}}@endslot @endcomponent @include('superunits.modals.attach_unit') @include('superunits.modals.detach_unit')