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

การควบคุมโรค

@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Case ID : {{$case->case_id}}
coordination == 'ทำแล้ว') checked @endif>
coordination == 'กำลังประสานงาน') checked @endif>
coordination == 'ยังไม่ทำ') checked @endif>
advertise == 'ทำแล้ว') checked @endif>
advertise == 'กำลังประสานงาน') checked @endif>
advertise == 'ยังไม่ทำ') checked @endif>
active_case_finding == 'ทำแล้ว') checked @endif>
active_case_finding == 'กำลังประสานงาน') checked @endif>
active_case_finding == 'ยังไม่ทำ') checked @endif>
survey_larvae == 'ทำแล้ว') checked @endif>
survey_larvae == 'กำลังประสานงาน') checked @endif>
survey_larvae == 'ยังไม่ทำ') checked @endif>
fogging == 'ทำแล้ว') checked @endif>
fogging == 'กำลังประสานงาน') checked @endif>
fogging == 'ยังไม่ทำ') checked @endif>
@endsection @section('styles') @endsection @section('scripts') @endsection