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

ข้อมูลแหล่งรังโรค

@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Case ID : {{$case->case_id}}
ผู้อาศัยในบ้านหลังเดียวกันป่วย
โรงเรียน/ที่ทำงานมีผู้ป่วย
ละแวกบ้านมีผู้ป่วย
@endsection @section('scripts') @endsection