Laravel data delete with multiple image without public path
public function destroyProjects ( $id ){ $project = Project :: findOrFail ( $id ); // Extract the image paths from the ...
public function destroyProjects ( $id ){ $project = Project :: findOrFail ( $id ); // Extract the image paths from the ...