@foreach($relationships as $relationship_index => $relationship)
{{-- Include any relation special fields --}} @if (view()->exists('backpack.devtools::livewire.relationship-schema.'.strtolower($relationship['relationship_type']))) @include('backpack.devtools::livewire.relationship-schema.'.strtolower($relationship['relationship_type'])) @endif @if($relationship['created_by_column'])
* This relationship was inferred from your migration columns.
@endif
@endforeach
@push('crud_fields_styles') @endpush @push('after_scripts') @endpush