@extends(Route::current()->getName() == 'credentials.iframe' ? 'layouts.iframe' : 'layouts.app') @section('content') {{--
--}}
@csrf @method('PUT')


@if ( isAdmin() )

@endif @if ($user->google2fa_secret) Remove 2FA
@endif
@if (Route::current()->getName() == 'credentials.iframe') Cancel @else Add New Cancel / Back @endif
@csrf @method('DELETE')
@endsection @section('more_scripts') @endsection