@extends('adminlte::page') @section('content')

Edit Kunjungan


@csrf @method('PUT')
@foreach ($kunjungan->orderDetails as $index => $orderDetail)
@endforeach
@endsection