Can’t Auto Fill Form When Trying To Edit – CRUD
Hello I was trying to use the Edit function from Laravel CRUD with resource. The problem that I got is that the form is not filling any of the old data that I already created using the value="{{ old('kodecust', $customer->kodecust ) }}"````` or `````value="{{ $customer->kodecust ) }}"
. The other function like Read,Delete, and Create are working except the Update/Edit.