@extends('backend.layouts.app') @section('content')
@foreach ($otp_configurations as $otp_configuration) @include('backend.otp_systems.configurations.partials.'.$otp_configuration->type) @endforeach
@endsection @section('script') @endsection