@extends('admin.master') @section('title', __('Create key, account, license ...')) @section('content')
@csrf
{{ __('Cancel') }}
@if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@endsection