@extends('shaun_core::admin.layouts.master') @section('content')
{{__('Two-Factor Providers')}}
@foreach ($providers as $provider) @endforeach
{{__('Name')}} {{__('Active')}} {{__('Action')}}
{{$provider->name}} @if ($provider->is_active) {{__('Yes')}} @else {{__('No')}} @endif {{__('Edit')}}
@stop @push('scripts-body') @endpush