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

ข้อมูลการเดินทาง

@if(session('message')) @endif
@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Case ID : {{$case->case_id}}
มีเดินทางในช่วง 14 วัน
@endsection @section('scripts') @endsection