@extends('admin.layouts.app') @section('title') @lang('API Controls') @endsection @section('content')
@csrf
@lang('Please fill in the api name')
@error('api_name') {{ $message }} @enderror
@lang('Please fill in the api key')
@error('api_key') {{ $message }} @enderror
@lang('Please fill in the url')
@error('url') {{ $message }} @enderror
@lang('Please fill in the description')
@error('description') {{ $message }} @enderror
@endsection