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

Catatan Perjalanan {{Auth::user()->nama}}

@csrf {{method_field('POST')}}


Tanggal


Jam


Tujuan


Suhu Tubuh
@if ($errors->has('tanggal'))
{{ $errors->first('tanggal') }}
@endif
@if ($errors->has('jam'))
{{ $errors->first('jam') }}
@endif
@if ($errors->has('tujuan'))
{{ $errors->first('tujuan') }}
@endif
@if ($errors->has('suhu_tubuh'))
{{ $errors->first('suhu_tubuh') }}
@endif
@endsection