@extends('backend.app') @section('title', 'Google Login Settings') @section('content') {{-- PAGE-HEADER --}} {{-- PAGE-HEADER --}}
@csrf @method('PATCH')
@error('google_client_id')
{{ $message }}
@enderror
@error('google_client_secret_id')
{{ $message }}
@enderror
@endsection