'Test', 'description' => 'This is a test page.', 'items' => [ ['id' => 1, 'name' => 'Item 1'], ['id' => 2, 'name' => 'Item 2'], ['id' => 3, 'name' => 'Item 3'], ], ] ); } /** * Store a newly created resource in storage. */ public function store(Request $request) { // } /** * Display the specified resource. */ public function show(ContactUs $contactUs) { // } /** * Show the form for editing the specified resource. */ public function edit(ContactUs $contactUs) { // } /** * Update the specified resource in storage. */ public function update(Request $request, ContactUs $contactUs) { // } /** * Remove the specified resource from storage. */ public function destroy(ContactUs $contactUs) { // } }