@extends('layouts.new_theme') @section('content')

{{ __('API Incidents') }}

{{ __('Update Incident') }}

{{ __('Update your incident here') }}.

@include('common.demo') @include('common.errors')

{{ __('Update Incident') }}

@csrf
@error('api')
{{ $message }}
@enderror
@error('subject')
{{ $message }}
@enderror {{ __('Here you can mention the basic problem in a small sentence') }}.
{{ __('Example: Infrastructure outage incident report') }}.
@error('description')
{{ $message }}
@enderror {{ __('Here you should describe the issue clearly') }}.
@if (env('APP_ENV') != 'demo')
@endif
@endsection