@extends('layouts.app') @section('page-header') @endsection @section('content')
@csrf
{{ __('Youtube API Key') }}
@error('youtube-api')

{{ $errors->first('youtube-api') }}

@enderror
@endsection