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

{{ \App\Models\LogsAndNotifications\Vbn::$caseTypes[$vbn->case_type_id]['title'] }}

@endsection @section('content') @include('flash::message') @include('adminlte-templates::common.errors')
{{ csrf_field() }}

Number of Cases Open per {{ \App\Models\LogsAndNotifications\Vbn::$caseTypes[$vbn->case_type_id]['cycle_stage'] }} Cycle Stage:

@foreach(\App\Models\LogsAndNotifications\Vbn::getStages($vbn->case_type_id) as $stage)
id]") ?? $vbn->by_stage[$stage->id] ?? null }}" name="by_stage[{{$stage->id}}]" class="form-control">
@endforeach
status) or !isset($vbn))?"checked":'' }} id="customRadio1" name="status" class="custom-control-input">
status)?"checked":'' }} name="status" class="custom-control-input">
@endsection