@extends('layouts.head_office_app')
@section('title', 'Case '.$case->id)
@section('sub-header')
@include('head_office.case_manager.notes.sub-header')
@endsection
@section('content')
@include('user.modal_single_statement')
@include('layouts.error')
@php
$val = [];
foreach ($default_texts as $key => $value) {
$val[] = $value->value;
}
$val = json_encode($val);
@endphp
@include('head_office.case_manager.edit_request_new_information',['defualt_request_information' => null])
@endsection
@section('styles')
@endsection
@section('scripts')
{{----}}
@endsection