@extends('admin.layouts.app') @section('panel')
@foreach(gs()->socialite_credentials as $key => $credential) @endforeach
@lang('Title') @lang('Client ID') @lang('Status') @lang('Action')
{{ ucfirst($key) }} {{ $credential->client_id }} @if($credential->status == 1) @lang('Enabled') @else @lang('Disabled') @endif
@if($credential->status == 1) @else @endif
{{-- EDIT METHOD MODAL --}} {{-- HELP METHOD MODAL --}} @endsection @push('script') @endpush