<?php namespace App\Http\Controllers; class DeliveryAppointmentController extends Controller { public function appointment() { return view("store.checkingReceive.appointment"); } }