@extends('layouts.main') @section('breadcrumb') @endsection @section('content')

{{ __('Create') }}

{{ __('Cancel') }}
@csrf @method('post')
@include('parts.errors', ['name' => 'name'])
@include('parts.errors', ['name' => 'expires_after_last_used_minutes']) {{ __('Number of minutes to expire the key after the last request.') }} {{ __('Unlimited if set to 0') }}
@endsection