@extends('shaun_core::admin.layouts.master') @section('content')
{{__('OpenID Clients')}}
{{__('Create new')}}
@foreach ($clients as $client) @endforeach
{{ __('App Name') }} {{ __('App URL') }} {{ __('Active') }} {{ __('Action') }}
{{ $client->name }} {{ $client->app_url }} @if ($client->is_active) {{__('Yes')}} @else {{__('No')}} @endif {{__('View details')}} {{ __('Edit') }} {{ __('Download Credentials') }} {{ __('Delete') }}
{{ $clients->links('shaun_core::admin.partial.paginate') }}
@stop @push('scripts-body') @endpush