@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('New Incident')) @section('content') @include('admin.disciplinary.partials.styles')

{{ __('New Incident') }}

{{ __('Creates an incident and opens a disciplinary case.') }}

{{ __('Back') }}
@csrf
{{ __('Max 10 MB per file. Downloadable later from the case page.') }}
@endsection @section('script') @endsection