kodekeep/livewired

View on GitHub
resources/views/manage-notification-methods.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
<div>
    @foreach($this->notificationMethods as $notificationMethod)
        {{ $notificationMethod->name }}
    @endforeach
</div>
<div></div>