@extends('layouts.head_office_app') @if (isset($case)) @section('title', 'Case ' . $case->id) @endif @section('content') @php $case_involved_locations = isset($case) ? $case->link_case_with_form->getInvolvedLocations() : collect(); $involved_location_ids_sorted = isset($case->link_case_with_form) && $case->link_case_with_form->hide == 0 && isset($case_involved_locations) ? $case_involved_locations->pluck('id')->toArray() : []; @endphp
Easily assign tasks based on your needs.
Case ID: #{{$case->id}}
@endifLoading...
No forms available.
@endif