@extends('admin.layouts.master') @section('title') Chỉnh sửa Tài khoản Google Drive @endsection @section('content')

Chỉnh sửa Tài khoản Google Drive

Quay lại
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('credentials')
{{ $message }}
@enderror Sao chép toàn bộ nội dung của tệp JSON credentials từ Google Cloud Console.
is_active) ? 'checked' : '' }}>
Hủy
@endsection