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

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

@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Case ID : {{$case->case_id}}
@endsection @section('styles') @endsection @section('scripts') @endsection