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

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

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