@extends('layouts.customer') @section('content') @csrf @method('put') First Name * Last Name * Phone Number Dietary Informaiton {{ old('dietary_info', $user->userDetails->dietary_info) }} Update @endsection