@extends('oauth.layout') @section('title', '授权失败') @push('styles') @endpush @section('content')
授权失败
{{ $message }}
错误代码:{{ $error }}
@endsection