@extends('backend.layout.master') @section('title', __('Login Page Settings')) @section('style') @endsection @section('content')

{{ __('Login Page Settings') }}

@csrf



{{__('Disable, means user will not able to login with social platform like facebook, google etc.')}}

@can('login-page-settings-update') @endcan
@endsection @section('script') @endsection