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

{{ __('API Incidents') }}

{{ __('Add Incident') }}

{{ __('Add your incidents here') }}.

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

{{ __('Add Incident') }}

@csrf
{{ __('Here you need to select the API name') }}.
@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') }}.
@endsection