DeliveryAppointmentController.php 203 B

1234567891011
  1. <?php
  2. namespace App\Http\Controllers;
  3. class DeliveryAppointmentController extends Controller
  4. {
  5. public function appointment()
  6. {
  7. return view("store.checkingReceive.appointment");
  8. }
  9. }